Function

Vipsvalue_get_array_object

Declaration [src]

GObject**
vips_value_get_array_object (
  const GValue* value,
  int* n
)

Description [src]

Return the start of the array of %GObject held by value. Optionally return the number of elements in n.

See also: vips_area_new_array_object().

This function is not directly available to language bindings

Parameters

value GValue
 

%GValue to get from.

 The data is owned by the caller of the function.
n int*
 

Return the number of elements here, optionally.

 The argument will be set by the function.
 The argument can be NULL.

Return value

Returns: An array of GObject*
 

The array address.

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