Function
Gimpint32_array_set_values
Declaration [src]
void
gimp_int32_array_set_values (
  GimpArray* array,
  const gint32* 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 gint32The 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 #int32 values in data.
- static_data
- 
            Type: gbooleanWhether datais a static rather than allocated array.