Function
Gimpvalue_dup_int32_array
Declaration [src]
gint32*
gimp_value_dup_int32_array (
const GValue* value,
gsize* length
)
Parameters
value
-
Type:
GValue
A valid value of type
GIMP_TYPE_INT32_ARRAY
.The data is owned by the caller of the function. length
-
Type:
gsize*
The number of returned #int32 elements.
The argument will be set by the function.