gconfmm 2.28.3
|
gconfmm is the official C++ interface for the GConf client API for storing and retrieving configuration data. See Gnome::Conf::Client.
Include the gconfmm header:
(You may include individual headers, such as gconfmm/client.h
instead.)
If your source file is program.cc
, you can compile it with:
Alternatively, if using autoconf, use the following in configure.ac:
Then use the generated GCONFMM_CFLAGS
and GCONFMM_LIBS
variables in the project Makefile.am files. For example: