HookList.invoke
void invoke(bool mayRecurse)Calls all of the #GHook functions in a #GHookList.
Parameters
mayRecurse | true if functions which are already running (e.g. in another thread) can be called. If set to false, these are skipped |
void invoke(bool mayRecurse)Calls all of the #GHook functions in a #GHookList.
mayRecurse | true if functions which are already running (e.g. in another thread) can be called. If set to false, these are skipped |