Function
GimpValueArraynew_from_values
since: 3.0
Declaration [src]
GimpValueArray*
gimp_value_array_new_from_values (
  const GValue* values,
  gint n_values
)
Description [src]
Allocate and initialize a new GimpValueArray, and fill it with
the given GValues.  When no GValues are given, returns empty GimpValueArray.
Available since: 3.0
Parameters
- values
- 
            Type: An array of GValueThe GValueelements.The length of the array is specified in the n_valuesargument.The data is owned by the caller of the function. 
- n_values
- 
            Type: gintThe number of value elements. 
Return value
Type: GimpValueArray
A newly allocated GimpValueArray.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |