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);
ValueType get_car_type() const
void set_short_desc(const Glib::ustring &desc)
Value get_default_value() const
ValueType get_type() const
void set_owner(const Glib::ustring &owner)
Definition: callback.h:33
void set_locale(const std::string &locale)
void set_type(ValueType type)
ValueType get_cdr_type() const
Glib::ustring get_short_desc() const
Glib::ustring get_owner() const
GConfSchema * gobj_copy() const
Provides access to the underlying C instance. The caller is responsible for freeing it...
std::string get_locale() const
void set_long_desc(const Glib::ustring &desc)
Schema & operator=(const Schema &src)
ValueType get_list_type() const
void set_car_type(ValueType type)
void set_list_type(ValueType type)
void set_cdr_type(ValueType type)
const GConfSchema * gobj() const
Definition: schema.h:66
GConfSchema * gobject_
Definition: schema.h:72
Wrapper for primitive types.
Definition: value.h:141
void set_default_value(const Value &value)
Glib::ustring get_long_desc() const
GConfSchema * gobj()
Definition: schema.h:65