Function
GLibHookCheckMarshaller
Declaration
gboolean
(*GHookCheckMarshaller)(
GHook*hook,
gpointermarshal_data
)
Description [src]
Defines the type of function used by g_hook_list_marshal_check().
Parameters
hook-
Type:
GHookA
GHook.The data is owned by the caller of the function. marshal_data-
Type:
gpointerUser data.
The argument can beNULL.The data is owned by the caller of the function.
Return value
Type: gboolean
FALSE if hook should be destroyed.