Function
GLibHookFunc
Declaration
void
(*GHookFunc)(
gpointerdata
)
Description [src]
Defines the type of a hook function that can be invoked by g_hook_list_invoke().
Parameters
data-
Type:
gpointerThe data field of the
GHookis passed to the hook function here.The argument can beNULL.The data is owned by the caller of the function.