Engine
Object Hierarchy:
Description:
[ CCode ( ref_function = "gconf_engine_ref" , ref_function_void = true , unref_function = "gconf_engine_unref" ) ]
[ Compact ]
public class Engine
An opaque data type representing one or more configuration sources.
Content:
Static methods:
Methods:
- public unowned Value @get (string key) throws Error
- public bool @set (string key, Value value) throws Error
- public SList<string> all_dirs (string dir) throws Error
Lists the subdirectories in dir.
- public SList<Entry> all_entries (string dir) throws Error
Lists the key-value pairs in dir.
- public bool associate_schema (string key, string schema_key) throws Error
- public unowned ChangeSet change_set_from_current (...) throws Error
- public unowned ChangeSet change_set_from_currentv (string keys) throws Error
- public bool commit_change_set (ChangeSet cs, bool remove_committed) throws Error
- public bool dir_exists (string dir) throws Error
- public bool get_bool (string key) throws Error
- public unowned Value get_default_from_schema (string key) throws Error
- public unowned Entry get_entry (string key, string locale, bool use_schema_default) throws Error
- public double get_float (string key) throws Error
- public int get_int (string key) throws Error
- public SList get_list (string key, ValueType list_type) throws Error
Requests the list (gconf_value_list)
stored at key.
- public bool get_pair (string key, ValueType car_type, ValueType cdr_type, void* car_retloc, void* cdr_retloc) throws Error
- public unowned Schema get_schema (string key) throws Error
Requests the schema (gconf_value_schema
) stored at key.
- public unowned string get_string (string key) throws Error
- public void* get_user_data ()
- public unowned Value get_with_locale (string key, string locale) throws Error
- public unowned Value get_without_default (string key) throws Error
- public bool key_is_writable (string key) throws Error
- public uint notify_add (string namespace_section, NotifyFunc func) throws Error
- public void notify_remove (uint cnxn)
- public void remove_dir (string dir) throws Error
- public unowned ChangeSet reverse_change_set (ChangeSet cs) throws Error
- public bool set_bool (string key, bool val) throws Error
- public bool set_float (string key, double val) throws Error
- public bool set_int (string key, int val) throws Error
- public bool set_list (string key, ValueType list_type, SList list) throws Error
- public bool set_pair (string key, ValueType car_type, ValueType cdr_type, void* address_of_car, void* address_of_cdr) throws Error
- public bool set_schema (string key, Schema val) throws Error
- public bool set_string (string key, string val) throws Error
- public void set_user_data (void* data, DestroyNotify dnotify)
- public void suggest_sync () throws Error
- public bool unset (string key) throws Error