Name
gconfmm — C++ bindings for gconf
Compiling
You can compile the example programs (which use both
libglademm and gconfmm) by running g++
program.c -o
program `pkg-config --cflags
--libs libglademm-2.4 gconfmm-2.4`.
API
The gconfmm API is really a fairly straightforward
conversion of the C API to c++ style. The examples should
be enough to explain how to use gconfmm.