Function
GLibHookfind_data
Declaration [src]
GHook*
g_hook_find_data (
  GHookList* hook_list,
  gboolean need_valids,
  gpointer data
)
Description [src]
Finds a GHook in a GHookList with the given data.
This function is not directly available to language bindings.
Parameters
- hook_list
- 
            Type: GHookListA GHookList.The data is owned by the caller of the function. 
- need_valids
- 
            Type: gbooleanTRUEifGHookelements which have been destroyed should be skipped.
- data
- 
            Type: gpointerThe data to find. The argument can be NULL.The data is owned by the caller of the function. 
Return value
Type: GHook
The GHook with the given data or NULL if no matching
    GHook is found.
| The data is owned by the called function. |