diff options
Diffstat (limited to 'devel/gconf2/pkg-descr')
-rw-r--r-- | devel/gconf2/pkg-descr | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/devel/gconf2/pkg-descr b/devel/gconf2/pkg-descr index c4f8b27a2d51..0658ef70fa28 100644 --- a/devel/gconf2/pkg-descr +++ b/devel/gconf2/pkg-descr @@ -1,4 +1,22 @@ -GConf is a configuration database system for the GNOME desktop, -functionally similar to the Windows registry but lots better :-) +GConf attempts to leapfrog the registry concept. It's a library which provides +a simple configuration data storage interface to applications, and also an +architecture that tries to make things easy for system administrators. + +Here are some of the features of GConf: + + * Replaceable backend architecture. + + * Configuration key documentation. Applications can install documentation + along with their configuration data, explaining the possible settings and + the effect of each configuration key. + + * Data change notification service. If configuration data is changed, all + interested applications are notified. The notification service works + across the network, affecting all login sessions for a single user. + + * The client API is very abstract. + + * GConf does proper locking so that the configuration data doesn't get + corrupted when multiple applications try to use it. WWW: http://www.gnome.org/projects/gconf/ |