Function
GLibHookref
Declaration [src]
GHook*
g_hook_ref (
GHookList* hook_list,
GHook* hook
)
Description [src]
Increments the reference count for a GHook
.
This function is not directly available to language bindings.
Return value
Type: GHook
The hook
that was passed in (since 2.6).
The data is owned by the called function. |