Gimp.ValueArray.unref
@accepts(Gimp.ValueArray)
@returns(none)
def unref(self):
# Python wrapper for gimp_value_array_unref()
Unref a Gimp.ValueArray. If the reference count drops to zero, the array including its contents are freed.
Since 2.10
- self
Gimp.ValueArray to unref