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:
GimpArray
The array to modify.
The data is owned by the caller of the function. values
-
Type: An array of
gint32
The C-array.
The length of the array is specified in the length
argument.The data is owned by the caller of the function. length
-
Type:
gsize
The number of #int32 values in
data
. static_data
-
Type:
gboolean
Whether
data
is a static rather than allocated array.