Source position: glib.pp line 285
type TGHook = record
data: gpointer;
next: PGHook;
prev: PGHook;
ref_count: guint;
hook_id: guint;
flags: guint;
func: gpointer;
destroy: TGDestroyNotify;
end;