GHookFindFunc

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

alias GHookFindFunc = int function(GHook* hook, void* data)

Return Value

%TRUE if the required #GHook has been found

Meta