Function
Gimpvalue_set_static_double_array
Declaration [src]
void
gimp_value_set_static_double_array (
  GValue* value,
  const gdouble* data,
  gsize length
)
Parameters
- value
- 
            Type: GValueA valid value of type GIMP_TYPE_DOUBLE_ARRAY.The data is owned by the caller of the function. 
- data
- 
            Type: An array of gdoubleA #gdouble 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 elements in data.