HookList.marshal

Calls a function on each valid glib.Hook

class HookList
void
marshal

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 GHookMarshaller

the function to call for each glib.Hook

marshalData void*

data to pass to marshaller