Gimp.value_take_int32_array

@accepts(GObject.Value, [gint32], gsize)
@returns(none)
def value_take_int32_array(value, data, length):
    # Python wrapper for gimp_value_take_int32_array()
  

Sets the contents of value to data, and takes ownership of data.

value

A valid value of type %GIMP_TYPE_int32_ARRAY

data

A #gint32 array

length

The number of elements in data