Function Macro
GLibhook_append
Declaration [src]
#define g_hook_append (
hook_list,
hook
)
Description [src]
Appends a GHook onto the end of a GHookList.
This function is not directly available to language bindings.
Parameters
hook_list-
Type:
-A
GHookList. hook-
Type:
-The
GHookto add to the end ofhook_list.