Xfconf is a hierarchical (tree-like) configuration system where the immediate child nodes of the root are called “channels”. All settings beneath the channel nodes are called “properties.” See the xfconf homepage for usage and examples.
See NEWS for details on changes and fixes made in the current release.
From source:
% cd xfconf
% ./autogen.sh
% make
% make install
From release tarball:
% tar xf xfconf-<version>.tar.bz2
% cd xfconf-<version>
% ./configure
% make
% make install
Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.