Method

AravisGcEnumerationdup_available_int_values

Declaration [src]

gint64*
arv_gc_enumeration_dup_available_int_values (
  ArvGcEnumeration* enumeration,
  guint* n_values,
  GError** error
)

Description

No description available.
Available since:0.8.0

Parameters

n_values guint*
 

The number of values.

 The argument will be set by the function.
 The instance takes ownership of the data, and is responsible for freeing it.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: An array of gint64
 

A newly allocated array of 64 bit integers, to be freed after use using g_free().

 The length of the array is in the n_values argument.
 The caller of the method takes ownership of the data, and is responsible for freeing it.