set_arrayv


Description:

[ 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.

Parameters:

this

An Channel.

property

A property string.

values

A GenericArray of Value<!-- -->s.

Returns:

true if the property was set successfully, false otherwise.