Gimp.value_dup_int32_array

@accepts(GObject.Value, gsize)
@returns([gint32])
def value_dup_int32_array(value, length):
    # Python wrapper for gimp_value_dup_int32_array()
  

Gets the contents of a %GIMP_TYPE_INT32_ARRAY GObject.Value

value

A valid value of type %GIMP_TYPE_INT32_ARRAY

length

the number of returned #int32 elements.

Returns