HookFindFunc

typealias HookFindFunc = (hook: Hook, <Error class: unknown class>?) -> Boolean(source)

Defines the type of the function passed to g_hook_find().

  • param hook a #GHook

  • param data user data passed to g_hook_find_func()

  • return true if the required #GHook has been found