GConf is a "registry" system, a library applications can use to store key-value pairs persistently. It's written for GNOME, but it does not require GNOME or even X to work. Use outside GNOME is encouraged and will be supported.
| Tags | Software Development Libraries |
|---|---|
| Licenses | LGPL |
| Implementation | C |
Recent releases


Release Notes: Improved documentation. Translation updates.


No changes have been submitted for this release.


Release Notes: A new release for Gnome2.


No changes have been submitted for this release.


Release Notes: This release features API clean-ups, robustness enhancements, and bugfixes.
Recent comments
24 Jul 2001 02:04
Re: Is this a good thing?
> Shouldn't we encourage configuration to
> be stored in flat files whenever
> necessary?
no. It is absolutely necessary in this day of computing to have various options for the storage of configuration data...
10 Aug 2000 01:34
Flat files
GConf is simply an abstract API, it can use flat files
as a backend.
27 Jul 2000 15:58
Is this a good thing?
Shouldn't we encourage configuration to be stored in flat files whenever necessary?