Function
Vipsvalue_get_array_int
Declaration [src]
int*
vips_value_get_array_int (
const GValue* value,
int* n
)
Description [src]
Return the start of the array of ints held by value
.
optionally return the number of elements in n
.
See also