HookList.marshalCheck

Calls a function on each valid #GHook and destroys it if the function returns %FALSE.

class HookList
void
marshalCheck

Parameters

mayRecurse bool

%TRUE if hooks which are currently running (e.g. in another thread) are considered valid. If set to %FALSE, these are skipped

marshaller GHookCheckMarshaller

the function to call for each #GHook

marshalData void*

data to pass to @marshaller

Meta