HookList.marshal

Calls a function on each valid #GHook.

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 #GHook

marshalData void*

data to pass to @marshaller

Meta