Method
GimpValueArraycopy
Declaration [src]
GimpValueArray*
gimp_value_array_copy (
const GimpValueArray* value_array
)
Description [src]
Return an exact copy of a GimpValueArray
by duplicating all its values.
Available since: | 3.0 |
Return value
Returns: | GimpValueArray |
A newly allocated |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |