Source position: ghook.inc line 10
type TGHook = record
data: gpointer;
next: PGHook;
prev: PGHook;
ref_count: guint;
hook_id: gulong;
flags: guint;
func: gpointer;
destroy: TGDestroyNotify;
end;