Function
GLibHookalloc
Declaration [src]
GHook*
g_hook_alloc (
  GHookList* hook_list
)
Description [src]
Allocates space for a GHook and initializes it.
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. 
Return value
Type: GHook
A new GHook.
| The data is owned by the called function. |