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