Function
Vipsvalue_set_array_object
Declaration [src]
void
vips_value_set_array_object (
GValue* value,
int n
)
Description [src]
Set value to hold an array of %GObject. Pass in the array length in n.
See also: vips_value_get_array_object().
Parameters
value |
GValue |
%GValue to set. |
|
| The argument will be set by the function. | |
| The data is owned by the caller of the function. | |
n |
int |
The number of elements. |