Import line: | GConf = imports.gi.GConf; |
GIR File: | GConf-2.0.gir |
C documentation: | GConfChangeSet |
Struct : | ChangeSet |
None |
Method / Constructor | Defined By | |
---|---|---|
new GConf.ChangeSet.c_new
()
:
GConf.ChangeSet
Create a new GConf.ChangeSet
Create a new GConf.ChangeSet
|
||
|
GConf.ChangeSet | |
clear
()
:
none
|
GConf.ChangeSet | |
Iterates over a GConfChangeSet by calling a
GConfChangeSetForeachFunc for each change in the set.
Iterates over a GConfChangeSet by calling a
GConfChangeSetForeachFunc for each change in the set. See the description of GConfChangeSetForeachFunc for details. You may not call gconf_change_set_remove() during the iteration, because you'll confuse the internal data structures and cause memory corruption.
|
GConf.ChangeSet | |
remove
(String key)
:
none
|
GConf.ChangeSet | |
|
GConf.ChangeSet | |
GConf.ChangeSet | ||
GConf.ChangeSet | ||
GConf.ChangeSet | ||
|
GConf.ChangeSet | |
|
GConf.ChangeSet | |
set_pair
(String key, ValueType car_type, ValueType cdr_type, void* address_of_car, void* address_of_cdr)
:
none
|
GConf.ChangeSet | |
GConf.ChangeSet | ||
size
()
:
guint32
|
GConf.ChangeSet | |
unset
(String key)
:
none
|
GConf.ChangeSet |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GConf.Client
Method |
change_set_from_currentv
(String keys)
:
GConf.ChangeSet
|
GConf.Client
Method |
|
GConf.Client
Method |
reverse_change_set
(ChangeSet cs)
:
GConf.ChangeSet
|