Function
VipsAreanew_array
Declaration [src]
VipsArea*
vips_area_new_array (
GType type,
size_t sizeof_type,
int n
)
Description [src]
An area which holds an array of elements of some GType
.
To set values for the elements, get the pointer and write.
See also
Parameters
type
-
Type:
GType
GType
of elements to store. sizeof_type
-
Type:
size_t
sizeof()
an element in the array. n
-
Type:
int
Number of elements in the array.