ChangeSet
Object Hierarchy:
Description:
Namespace: GConf
Package: gconf-2.0
Content:
Creation methods:
Methods:
-
public bool check_value (string key, out Value value_retloc)
-
public void clear ()
-
public void foreach (ChangeSetForeachFunc func)
-
public void* get_user_data ()
Returns the user_data field of the ChangeSet.
-
public void remove (string key)
-
public void set (string key, Value value)
-
public void set_bool (string key, bool val)
-
public void set_float (string key, double val)
-
public void set_int (string key, int val)
-
public void set_list (string key, ValueType list_type, SList list)
-
public void set_nocopy (string key, Value value)
-
public void set_pair (string key, ValueType car_type, ValueType cdr_type, void* address_of_car, void* address_of_cdr)
-
public void set_schema (string key, Schema val)
-
public void set_string (string key, string val)
-
public void set_user_data (void* data, DestroyNotify dnotify)
Sets the user_data and the destroy notification function fields of the
ChangeSet.
-
public uint size ()
-
public void unset (string key)