API Version: 8.0
Library Version: 8.17
Generated bygi-docgen 2025.3
int*vips_value_get_array_int(constGValue*value,int*n)
Return the start of the array of ints held byvalue.optionally return the number of elements inn.
value
n
See also
vips_array_int_new().
vips_array_int_new()
Type: GValue
GValue
GValue to get from.
Type: int*
int*
Return the number of elements here, optionally.
NULL
Type: An array of int
int
The array address.