set_bool


Description:

[ CCode ( cname = "xfconf_channel_set_bool" ) ]
public bool set_bool (string property, bool value)

Sets value for property on this in the configuration store.

Parameters:

this

An Channel.

property

A property name.

value

The value to set.

Returns:

true on success, false if an error occured.