Method

GumExceptoradd

Declaration [src]

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

Description [src]

Adds an exception handler.

Parameters

func

Type: GumExceptionHandler

Handler to add.

user_data

Type: gpointer

Data to pass to func.

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