Source position: gconfclient.pp line 54
type TGConfClient = record
theobject: TGtkObject;
engine: PGConfEngine;
error_mode: TGConfClientErrorHandlingMode;
dir_hash: PGHashTable;
cache_hash: PGHashTable;
listeners: PGConfListeners;
end;