Gimp.value_take_uint8_array
@accepts(GObject.Value, [guint8], gsize)
@returns(none)
def value_take_uint8_array(value, data, length):
# Python wrapper for gimp_value_take_uint8_array()
Sets the contents of value to data, and takes ownership of data.
- value
A valid value of type %GIMP_TYPE_UINT8_ARRAY
- data
A #guint8 array
- length
The number of elements in data