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