[ 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.
| this |
An Channel. |
| property |
A string property name. |
| value |
A Value. |
|
true if the property was set successfully, false otherwise. |