get_arrayv


Description:

[ CCode ( cname = "xfconf_channel_get_arrayv" ) ]
public GenericArray<Value?>? get_arrayv (string property)

Gets an array property on this and returns it as a GenericArray, which can be freed with array_free when no longer needed.

Parameters:

this

An Channel.

property

A property string.

Returns:

A newly-allocated GenericArray. If property is not in this, or in case of failure, null is returned.