Source position: glib.pp line 912
type TGCompletion = record
items: PGList;
func: TGCompletionFunc;
prefix: Pgchar;
cache: PGList;
end;