GObject.Object
GConf.Client
Import line: | GConf = imports.gi.GConf; |
GIR File: | GConf-2.0.gir |
C documentation: | GConfClient |
Class : | Client |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
cache_dirs : Object
read only
|
GConf.Client | |
cache_hash : Object
read only
|
GConf.Client | |
dir_hash : Object
read only
|
GConf.Client | |
engine : void*
read only
|
GConf.Client | |
error_mode : GConf.ClientErrorHandlingMode
read only
|
GConf.Client | |
listeners : void*
read only
|
GConf.Client | |
notify_handler : guint32
read only
|
GConf.Client | |
notify_list : Array
read only
|
GConf.Client | |
object : GObject.Object
read only
|
GConf.Client | |
pad2 : gint32
read only
|
GConf.Client | |
pending_notify_count : gint32
read only
|
GConf.Client |
Method / Constructor | Defined By | |
---|---|---|
new GConf.Client
(Object properties)
Create a new GConf.Client
Create a new GConf.Client
|
||
GConf.Client.get_default
()
:
GConf.Client
Creates a new GConfClient using the default GConfEngine.
Creates a new GConfClient using the default GConfEngine. Normally this is the
engine you want. If someone else is already using the default GConfClient, this function returns the same one they're using, but with the reference count incremented. So you have to unref either way. It's important to call g_type_init() before using this GObject, to initialize the type system.
|
GConf.Client | |
add_dir
(String dir, ClientPreloadType preload)
:
none
|
GConf.Client | |
Lists the subdirectories in dir.
Lists the subdirectories in dir. The returned list contains
allocated strings. Each string is the absolute path of a subdirectory. You should g_free() each string in the list, then g_slist_free() the list itself. Just like gconf_engine_all_dirs(), but uses GConfClient caching and error-handling features.
|
GConf.Client | |
Lists the key-value pairs in dir.
Lists the key-value pairs in dir. Does not list subdirectories; for
that use gconf_client_all_dirs(). The returned list contains GConfEntry objects. A GConfEntry contains an and a value. The list is not recursive, it contains only the immediate children of dir. To free the returned list, gconf_entry_free() each list element, then g_slist_free() the list itself. Just like gconf_engine_all_entries (), but uses GConfClient caching and error-handling features.
|
GConf.Client | |
change_set_from_currentv
(String keys)
:
GConf.ChangeSet
|
GConf.Client | |
clear_cache
()
:
none
|
GConf.Client | |
|
GConf.Client | |
GConf.Client | ||
error
(Object error)
:
none
|
GConf.Client | |
get
(String key)
:
GConf.Value
|
GConf.Client | |
GConf.Client | ||
get_default_from_schema
(String key)
:
GConf.Value
|
GConf.Client | |
|
GConf.Client | |
GConf.Client | ||
GConf.Client | ||
get_pair
(String key, ValueType car_type, ValueType cdr_type, void* car_retloc, void* cdr_retloc)
:
gboolean
|
GConf.Client | |
GConf.Client | ||
get_without_default
(String key)
:
GConf.Value
|
GConf.Client | |
GConf.Client | ||
notify
(String key)
:
none
|
GConf.Client | |
GConf.Client | ||
notify_remove
(guint32 cnxn)
:
none
|
GConf.Client | |
preload
(String dirname, ClientPreloadType type)
:
none
|
GConf.Client | |
|
GConf.Client | |
remove_dir
(String dir)
:
none
|
GConf.Client | |
reverse_change_set
(ChangeSet cs)
:
GConf.ChangeSet
|
GConf.Client | |
|
GConf.Client | |
GConf.Client | ||
set_error_handling
(ClientErrorHandlingMode mode)
:
none
|
GConf.Client | |
GConf.Client | ||
GConf.Client | ||
|
GConf.Client | |
set_pair
(String key, ValueType car_type, ValueType cdr_type, void* address_of_car, void* address_of_cdr)
:
gboolean
|
GConf.Client | |
GConf.Client | ||
suggest_sync
()
:
none
|
GConf.Client | |
unreturned_error
(Object error)
:
none
|
GConf.Client | |
GConf.Client | ||
|
GConf.Client |
Event | Defined By | |
---|---|---|
|
GConf.Client | |
|
GConf.Client | |
|
GConf.Client |