diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-06 19:04:38 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-06 19:04:38 +0800 |
commit | 0a1f795c69afbeaf1a67180eaf88b06f50bef4e8 (patch) | |
tree | 54a74676833ae2689271965c69a48b8d9596a5a5 /devel/dconf/pkg-descr | |
parent | 0aaa2a884f269e3b7926fa78176e3dc4c634a1b9 (diff) | |
download | marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.gz marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.bz2 marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.lz marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.xz marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.zst marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.zip |
Part two of the GNOME 3.6 update.
Submitted by: Gustau Perez
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18422 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dconf/pkg-descr')
-rw-r--r-- | devel/dconf/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/dconf/pkg-descr b/devel/dconf/pkg-descr new file mode 100644 index 000000000..1688899d3 --- /dev/null +++ b/devel/dconf/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://live.gnome.org/dconf |