Method
GLib HookListinit
Declaration [src]
void
g_hook_list_init(
GHookList*hook_list,
guinthook_size
)
Description [src]
Initializes a GHookList.
This must be called before the GHookList is used.
Parameters
hook_size-
Type:
guintThe size of each element in the
GHookList, typicallysizeof (GHook).