Gimp.value_take_object_array
@accepts(GObject.Value, GType, [GObject.Object], gsize)
@returns(none)
def value_take_object_array(value, object_type, data, length):
# Python wrapper for gimp_value_take_object_array()
Sets the contents of value to data, and takes ownership of data.
- value
A valid value of type %GIMP_TYPE_OBJECT_ARRAY
- object_type
The GLib.Type of the object elements
- data
A GObject.Object array
- length
The number of elements in data