Method

GumExceptorremove

Declaration [src]

void
gum_exceptor_remove (
  GumExceptor* self,
  GumExceptionHandler func,
  gpointer user_data
)

Description [src]

Removes a previously added exception handler.

Parameters

func

Type: GumExceptionHandler

Handler to remove.

user_data

Type: gpointer

Data that was passed to gum_exceptor_add().

The argument can be NULL.
The data is owned by the caller of the method.