Reference Manual

Inti Logo
Main Page | Namespace List | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::GConf Namespace Reference

GConf module for the Integerated Foundation Classes. More...

Compounds

Enumerations


Detailed Description

GConf module for the Integerated Foundation Classes.

Wraps a C++ interface around the GConf database, making it easier for your Inti applications to use GConf.


Enumeration Type Documentation

enum Inti::GConf::ValueType
 

ValueType is used to indicate the type of a GConf::Value.

Enumeration values:
VALUE_INVALID  Indicates errors.
VALUE_STRING  String Value (String).
VALUE_INT  Integer Value (int).
VALUE_FLOAT  Floating point value (double).
VALUE_BOOL  Boolean value (bool).
VALUE_SCHEMA  Schema value (GConf::Schema).
VALUE_LIST  List of values (int, bool, double, String or Schema).
VALUE_PAIR  Pair of Values (GConf::Value).
Main Page - Footer


Generated on Sun Sep 14 23:52:40 2003 for Inti-GConf by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002