Method
GimpValueArrayappend
since: 2.10
Declaration [src]
GimpValueArray*
gimp_value_array_append (
GimpValueArray* value_array,
const GValue* value
)
Description [src]
Insert a copy of value
as last element of value_array
. If value
is
NULL
, an uninitialized value is appended.
Available since: 2.10
Parameters
value
-
Type:
GValue
GValue
to copy intoGimpValueArray
, orNULL
.The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: GimpValueArray
The GimpValueArray
passed in as value_array
.
The data is owned by the instance. |