Method
GumExceptoradd
Declaration [src]
void
gum_exceptor_add (
GumExceptor* self,
GumExceptionHandler func,
gpointer user_data
)
Parameters
func-
Type:
GumExceptionHandlerHandler to add.
user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.