API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
void g_hook_list_init ( GHookList* hook_list, guint hook_size )
Initializes a GHookList. This must be called before the GHookList is used.
GHookList
hook_size
Type: guint
guint
The size of each element in the GHookList, typically sizeof (GHook).
sizeof (GHook)