Source position: glib.pp line 243
type TGNode = record
data: gpointer;
next: PGNode;
prev: PGNode;
parent: PGNode;
children: PGNode;
end;