Method

GLibHookListinit

Declaration

void
g_hook_list_init (
  GHookList* hook_list,
  guint hook_size
)

Description

Initializes a GHookList. This must be called before the GHookList is used.

Parameters

hook_size

Type: guint

The size of each element in the GHookList, typically sizeof (GHook).