Gimp.value_dup_int32_array

@accepts(GObject.Value)
@returns([gint32])
def value_dup_int32_array(value):
    # 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

Returns