[ CCode ( cname = "xfconf_channel_set_arrayv" ) ]
public bool set_arrayv (string property, GenericArray<Value?> values)
Sets an array property on this, using the values in the provided values array.
| this |
An Channel. |
| property |
A property string. |
| values |
A GenericArray of Value<!-- -->s. |
|
true if the property was set successfully, false otherwise. |