#include <schema.h>
Public Member Functions | |
| Schema () | |
| Schema (GConfSchema *castitem, bool make_a_copy=false) | |
| Schema (const Schema &src) | |
| Schema & | operator= (const Schema &src) |
| ~Schema () | |
| GConfSchema * | gobj () |
| const GConfSchema * | gobj () const |
| GConfSchema * | gobj_copy () const |
| Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. | |
| void | set_type (ValueType type) |
| void | set_list_type (ValueType type) |
| void | set_car_type (ValueType type) |
| void | set_cdr_type (ValueType type) |
| void | set_locale (const std::string &locale) |
| void | set_short_desc (const Glib::ustring &desc) |
| void | set_long_desc (const Glib::ustring &desc) |
| void | set_owner (const Glib::ustring &owner) |
| void | set_default_value (const Value &value) |
| ValueType | get_type () const |
| ValueType | get_list_type () const |
| ValueType | get_car_type () const |
| ValueType | get_cdr_type () const |
| std::string | get_locale () const |
| Glib::ustring | get_short_desc () const |
| Glib::ustring | get_long_desc () const |
| Glib::ustring | get_owner () const |
| Value | get_default_value () const |
Protected Attributes | |
| GConfSchema * | gobject_ |
Related Functions | |
| (Note that these are not member functions.) | |
| Gnome::Conf::Schema | wrap (GConfSchema *object, bool take_copy=false) |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
1.4.0