Function
Vipsvalue_set_array
Declaration [src]
void
vips_value_set_array (
GValue* value,
int n,
GType type,
size_t sizeof_type
)
Description [src]
Set value
to be an array of things.
This allocates memory but does not initialise the contents: get the pointer and write instead.