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 scope‘s exception field.
Parameters
scope-
Type:
GumExceptorScopeThe scope previously passed to
gum_exceptor_try().The data is owned by the caller of the method.