utilSetObjectArray

Transfer a #GValueArray to GST_TYPE_ARRAY and set this value on the specified property name. This allow language bindings to set GST_TYPE_ARRAY properties which are otherwise not an accessible type.

Parameters

object gobject.object.ObjectG

the object to set the array to

name string

the name of the property to set

array gobject.value_array.ValueArray

a #GValueArray containing the values

Return Value

Type: bool