- public void array_free (GenericArray<Value?> arr)
- public Quark error_quark ()
- public bool init () throws Error
Initializes the Xfconf library.
- public string[] list_channels ()
Lists all channels known in the Xfconf configuration store.
- public void named_struct_register (string struct_name, uint n_members, Type member_types)
- public ulong property_bind (Channel channel, string xfconf_property, Type xfconf_property_type, void* object, string object_property)
Binds an Xfconf property to a
Object property.
- public ulong property_bind_gdkcolor (Channel channel, string xfconf_property, void* object, string object_property)
Binds an Xfconf property to a
Object property of type GDK_TYPE_COLOR (aka a GdkColor struct
).
- public ulong property_bind_gdkrgba (Channel channel, string xfconf_property, void* object, string object_property)
Binds an Xfconf property to a
Object property of type GDK_TYPE_RGBA (aka a GdkRGBA struct).
- public void property_unbind (ulong id)
Removes an Xfconf/GObject property binding based on the binding ID
number.
- public void property_unbind_all (void* channel_or_object)
Unbinds all Xfconf channel bindings (see
property_bind) to object.
- public void property_unbind_by_property (Channel channel, string xfconf_property, void* object, string object_property)
Causes an Xfconf channel previously bound to a
Object property (see
property_bind) to no longer be bound.
- public void shutdown ()
Shuts down and frees any resources consumed by the Xfconf library.
- public int16 value_get_int16 (Value value)
Retrieves a 16-bit signed value from value.
- public uint16 value_get_uint16 (Value value)
Retrieves a 16-bit unsigned value from value.
- public void value_set_int16 (Value value, int16 v_int16)
Sets value using a signed 16-bit integer.
- public void value_set_uint16 (Value value, uint16 v_uint16)
Sets value using an unsigned 16-bit integer.