HookFunc

typealias HookFunc = (<Error class: unknown class>?) -> Unit

Defines the type of a hook function that can be invoked by g_hook_list_invoke().

  • param data the data field of the #GHook is passed to the hook function here