utilSetObjectArray

fnbool utilSetObjectArray(gobject.object.ObjectWrap object, string name, gobject.value_array.ValueArray array)

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

objectthe object to set the array to
namethe name of the property to set
arraya #GValueArray containing the values

Returns