InvokeError
Description:
[ CCode ( cname = "GInvokeError" , cprefix = "G_INVOKE_ERROR_" , has_type_id = false ) ]
[ GIR ( name = "nvokeError" ) ]
public errordomain InvokeError
An error occuring while invoking a function via invoke.
Content:
Error codes:
- ARGUMENT_MISMATCH - the arguments
provided didn't match the expected arguments for the functions type signature.
- FAILED - invokation failed, unknown error.
- SYMBOL_NOT_FOUND - symbol couldn't
be found in any of the libraries associated with the typelib of the function.
Static methods:
- public static Quark quark ()
TODO