HookList.marshalCheck

Calls a function on each valid glib.Hook 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 glib.Hook

marshalData void*

data to pass to marshaller