Function
GLibHookFindFunc
Declaration
gboolean
(*GHookFindFunc)(
GHook*hook,
gpointerdata
)
Description [src]
Defines the type of the function passed to g_hook_find().
Parameters
hook-
Type:
GHookA
GHook.The data is owned by the caller of the function. data-
Type:
gpointerUser data passed to g_hook_find_func().
The argument can beNULL.The data is owned by the caller of the function.
Return value
Type: gboolean
TRUE if the required GHook has been found.