3 #ifndef _GCONFMM_SCHEMA_H 4 #define _GCONFMM_SCHEMA_H 36 #include <gconf/gconf-schema.h> 50 #ifndef DOXYGEN_SHOULD_SKIP_THIS 51 typedef Schema CppObjectType;
52 typedef GConfSchema BaseObjectType;
58 explicit Schema(GConfSchema* castitem,
bool make_a_copy =
false);
93 void set_owner(
const Glib::ustring& owner);
void set_short_desc(const Glib::ustring &desc)
void set_owner(const Glib::ustring &owner)
GConfSchema * gobj_copy() const
Provides access to the underlying C instance. The caller is responsible for freeing it...
Definition: callback.h:33
Glib::ustring get_long_desc() const
void set_locale(const std::string &locale)
std::string get_locale() const
Glib::ustring get_owner() const
const GConfSchema * gobj() const
Definition: schema.h:66
void set_type(ValueType type)
Glib::ustring get_short_desc() const
void set_long_desc(const Glib::ustring &desc)
Schema & operator=(const Schema &src)
ValueType get_cdr_type() const
void set_car_type(ValueType type)
Gnome::Conf::Schema wrap(GConfSchema *object, bool take_copy=false)
A Glib::wrap() method for this object.
void set_list_type(ValueType type)
void set_cdr_type(ValueType type)
GConfSchema * gobject_
Definition: schema.h:72
Wrapper for primitive types.
Definition: value.h:141
void set_default_value(const Value &value)
Value get_default_value() const
GConfSchema * gobj()
Definition: schema.h:65
ValueType get_type() const
ValueType get_car_type() const
ValueType get_list_type() const