Method

GumExceptorcatch

Declaration [src]

gboolean
gum_exceptor_catch (
  GumExceptor* self,
  GumExceptorScope* scope
)

Description [src]

Ends an exception-handling scope opened with gum_exceptor_try() and reports whether an exception was caught. When it returns TRUE, the exception is described by scopes exception field.

Parameters

scope

Type: GumExceptorScope

The scope previously passed to gum_exceptor_try().

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if an exception occurred within the scope.