| Class Index | Cross Index | Namespace Index |
GConf Client
Contained in: GConf
Derived from:
Object
Derived by:
none
#include <gtk--/client.h>
public function member index: |
||
| void | add_dir | (const Gtk::string& dir, GConfClientPreloadType preload = GCONF_CLIENT_PRELOAD_NONE) |
| void | clear_cache | () |
| bool | dir_exists | (const Gtk::string& dir) |
| Value | get | (const Gtk::string& key) |
| bool | get_bool | (const Gtk::string& key) |
| static Client* | get_client_for_engine | (GConfEngine* engine) |
| static Client* | get_default_client | () |
| Value | get_default_from_schema | (const Gtk::string& key) |
| Entry | get_entry | (const Gtk::string& key, const Gtk::string& locale, bool use_schema_default = true) |
| gdouble | get_float | (const Gtk::string& key) |
| gint | get_int | (const Gtk::string& key) |
| Error | get_last_error | () const |
| bool | get_pair | (const Gtk::string& key, GConfValueType car_type, GConfValueType cdr_type, Value& car, Value& cdr) |
| Schema | get_schema | (const Gtk::string& key) |
| Gtk::string | get_string | (const Gtk::string& key) |
| static GtkType | get_type | () |
| Value | get_without_default | (const Gtk::string& key) |
| GConfClient* | gtkobj | () |
| const GConfClient* | gtkobj | () const |
| static bool | isA | (Gtk::Object* checkcast) |
| bool | key_is_writable | (const Gtk::string& key) |
| guint | notify_add | (const Gtk::string& namespace_section, Callback callback) |
| void | notify_remove | (guint cnxn) |
| void | preload | (const Gtk::string& dirname, GConfClientPreloadType type) |
| void | remove_dir | (const Gtk::string& dir) |
| bool | set | (const Gtk::string& key, gdouble val) |
| bool | set | (const Gtk::string& key, gint val) |
| bool | set | (const Gtk::string& key, const Gtk::string& val) |
| bool | set | (const Gtk::string& key, bool val) |
| bool | set | (const Gtk::string& key, const Value& val) |
| bool | set | (const Gtk::string& key, const Schema& val) |
| bool | set | (const Gtk::string& key, const Value& car, const Value& cdr) |
| void | set_error_handling | (GConfClientErrorHandlingMode mode) |
| void | suggest_sync | () |
| bool | unset | (const Gtk::string& key) |
| virtual | ~Client | () |
protected function member index: |
||
| explicit | Client | (GConfClient* castitem) |
| virtual void | error_impl | (GError* error) |
| void | initialize_class | () |
| void | remember_error | (GError* pError) |
| virtual void | unreturned_error_impl | (GError* error) |
| virtual void | value_changed_impl | (const gchar* key, GConfValue* value) |
private function member index: |
||
| Client | (const Client&) | |
| Client& | operator = | (const Client&) |