set_string


Description:

[ CCode ( cname = "xfconf_channel_set_string" ) ]
public bool set_string (string property, string value)

Sets value for property on this in the configuration store.

If value is null, the empty string ("") will be stored.

Parameters:

this

An Channel.

property

A property name.

value

The value to set.

Returns:

true on success, false if an error occured.