Function

Vipsvalue_set_array_object

since: 8.0

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.

Available since: 8.0

Parameters

value

Type: GValue

GValue to set.

The argument will be set by the function.
The data is owned by the function.
n

Type: int

The number of elements.