Function
Gimpvalue_set_static_int32_array
unstable since: 3.0
Declaration [src]
void
gimp_value_set_static_int32_array (
GValue* value,
const gint32* data,
gsize length
)
Description [src]
Sets the contents of value
to data
, without copying the data.
Available since: 3.0
Parameters
value
-
Type:
GValue
A valid value of type
GIMP_TYPE_INT32_ARRAY
.The data is owned by the caller of the function. data
-
Type: An array of
gint32
A #gint32 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 elements in
data
.