Function
Gimpdouble_array_set_values
Declaration [src]
void
gimp_double_array_set_values (
  GimpArray* array,
  const gdouble* values,
  gsize length,
  gboolean static_data
)
Parameters
- array
- 
            Type: GimpArrayThe array to modify. The data is owned by the caller of the function. 
- values
- 
            Type: An array of gdoubleThe C-array. The length of the array is specified in the lengthargument.The data is owned by the caller of the function. 
- length
- 
            Type: gsizeThe number of #double values in data.
- static_data
- 
            Type: gbooleanWhether datais a static rather than allocated array.