diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-02-22 03:21:33 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-02-22 03:21:33 +0800 |
commit | 6ae1eb30840b42f5d8e3e422dc6c7eab117247ff (patch) | |
tree | f9d6fdd5f9e8f1127f9df713396184d474bfee5e /devel/gconf2/pkg-descr | |
parent | 9061f6c27be802b1270b35b129d21a03c321722a (diff) | |
download | marcuscom-ports-6ae1eb30840b42f5d8e3e422dc6c7eab117247ff.tar marcuscom-ports-6ae1eb30840b42f5d8e3e422dc6c7eab117247ff.tar.gz marcuscom-ports-6ae1eb30840b42f5d8e3e422dc6c7eab117247ff.tar.bz2 marcuscom-ports-6ae1eb30840b42f5d8e3e422dc6c7eab117247ff.tar.lz marcuscom-ports-6ae1eb30840b42f5d8e3e422dc6c7eab117247ff.tar.xz marcuscom-ports-6ae1eb30840b42f5d8e3e422dc6c7eab117247ff.tar.zst marcuscom-ports-6ae1eb30840b42f5d8e3e422dc6c7eab117247ff.zip |
Update to 2.25.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11891 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2/pkg-descr')
-rw-r--r-- | devel/gconf2/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/gconf2/pkg-descr b/devel/gconf2/pkg-descr new file mode 100644 index 000000000..010cc810e --- /dev/null +++ b/devel/gconf2/pkg-descr @@ -0,0 +1,18 @@ +GConf extends the concept of a configuration registry. It provides +a simple way for applications and administrators to store data; +often GConf is used to store preferences for applications. + +Some of the features of GConf are: +GConf provides: + + * Documentation for each configuration key, so that administrators + can better modify the value. + + * Notifications to interested applications when configuration data + is changed. The notification service works across networks, + affecting all login sessions for a single user. + + * Proper locking so that configuration data doesn't get corrupted + when accessed by multiple applications at the same time. + +WWW: http://www.gnome.org/projects/gconf/ |