Source position: glib.pp line 146
type TGList = record
data: gpointer;
next: PGList;
prev: PGList;
end;