Method
GimpValueArrayinsert
since: 2.10
Declaration [src]
GimpValueArray*
gimp_value_array_insert (
  GimpValueArray* value_array,
  gint index,
  const GValue* value
)
Description [src]
Insert a copy of value at specified position into value_array. If value
is NULL, an uninitialized value is inserted.
Available since: 2.10
Parameters
- index
- 
            Type: gintInsertion position, must be <= gimp_value_array_length(). 
- value
- 
            Type: GValueGValueto copy intoGimpValueArray, orNULL.The argument can be NULL.The data is owned by the caller of the method. 
Return value
Type: GimpValueArray
The GimpValueArray passed in as value_array.
| The returned data is owned by the instance. |