set_property


Description:

[ CCode ( cname = "xfconf_channel_set_property" ) ]
public bool set_property (string property, Value value)

Sets the value stored in value to a property on this.

Note: The configuration store backend almost certainly supports only a restricted set of value types.

Parameters:

this

An Channel.

property

A string property name.

value

A Value.

Returns:

true if the property was set successfully, false otherwise.