Source position: gconfclient.pp line 59
type TGConfClientClass = record |
parent_class: PGtkObjectClass; |
value_changed: procedure( |
client: PGConfClient; |
key: Pgchar; |
value: PGConfValue |
); |
unreturned_error: procedure( |
client: PGConfClient; |
error: PGError |
); |
error: procedure( |
client: PGConfClient; |
error: PGError |
); |
end; |