diff options
author | crocket <crockabiscuit@gmail.com> | 2011-07-19 21:01:00 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:46 -0500 |
commit | 9e7a4496e0f0d240f5e444c13764693094b2434c (patch) | |
tree | ba3f435c34663c142522e2712e2f440250b6be37 /libraries/gconfmm/README | |
parent | e9d20d45ca3a5964c2e1452cef724ff4c646c846 (diff) | |
download | slackbuilds-9e7a4496e0f0d240f5e444c13764693094b2434c.tar.gz |
libraries/gconfmm: Added (C++ bindings for GConf)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/gconfmm/README')
-rw-r--r-- | libraries/gconfmm/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/gconfmm/README b/libraries/gconfmm/README new file mode 100644 index 0000000000..e3ee9be009 --- /dev/null +++ b/libraries/gconfmm/README @@ -0,0 +1,4 @@ +It's a C++ wrapper for GConf. +All classes are in the Gnome::Conf namespace. + +It requires glibmm and GConf. |