Method

VipsArrayIntget

Declaration [src]

int*
vips_array_int_get (
  VipsArrayInt* array,
  int* n
)

Description [src]

Fetch an int array from a VipsArrayInt. Useful for language bindings.

Parameters

n int*
 

Length of array.

 The argument will be set by the function.

Return value

Returns: An array of int
 

Array of int.

 The length of the array is in the n argument.
 The data is owned by the instance.