HookList.invokeCheck

Calls all of the #GHook functions in a #GHookList. Any function which returns %FALSE is removed from the #GHookList.

class HookList
void
invokeCheck
()

Parameters

mayRecurse bool

%TRUE if functions which are already running (e.g. in another thread) can be called. If set to %FALSE, these are skipped

Meta