Method
GimpValueArrayprepend
Declaration [src]
GimpValueArray*
gimp_value_array_prepend (
GimpValueArray* value_array,
const GValue* value
)
Description [src]
Insert a copy of value
as first element of value_array
. If value
is
NULL
, an uninitialized value is prepended.
Available since: | 2.10 |
Parameters
value |
GValue |
|
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | GimpValueArray |
The |
|
The data is owned by the instance. |