Gimp.value_set_object_array

@accepts(GObject.Value, GType, [GObject.Object], gsize)
@returns(none)
def value_set_object_array(value, object_type, data, length):
    # Python wrapper for gimp_value_set_object_array()
  

Sets the contents of value to 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