Classes |
| class | ChangeSet |
| | A ChangeSet is a set of changes to the GConf database that can be commited and reversed easily. More...
|
| class | Error |
| | Exception class for Gnome::Conf::Client errors. More...
|
| class | Client |
| | The main Gnome::Conf object. More...
|
| class | Entry |
| | An Entry stores an entry from a GConf "directory", including a key-value pair, the name of the Schema applicable to this entry, whether the value is a default value, and whether GConf can write a new value at this key. More...
|
| class | Schema |
| class | SetInterface |
| | Common Interface for key-value settable objects. More...
|
| class | Value |
| | Wrapper for primitive types. More...
|
Typedefs |
typedef sigc::slot< void,
guint, Entry > | Callback |
| typedef std::pair< Value, Value > | ValuePair |
typedef std::pair< ValueType,
ValueType > | ValueTypePair |
Enumerations |
| enum | ClientErrorHandlingMode { CLIENT_HANDLE_NONE,
CLIENT_HANDLE_UNRETURNED,
CLIENT_HANDLE_ALL
} |
| enum | ClientPreloadType { CLIENT_PRELOAD_NONE,
CLIENT_PRELOAD_ONELEVEL,
CLIENT_PRELOAD_RECURSIVE
} |
| enum | ValueType {
VALUE_INVALID,
VALUE_STRING,
VALUE_INT,
VALUE_FLOAT,
VALUE_BOOL,
VALUE_SCHEMA,
VALUE_LIST,
VALUE_PAIR
} |
| enum | UnsetFlags { UNSET_INCLUDING_SCHEMA_NAMES
} |
Functions |
| void | init () |
| void | wrap_init () |