Method

AravisCameradup_available_trigger_sources

Declaration [src]

const char**
arv_camera_dup_available_trigger_sources (
  ArvCamera* camera,
  guint* n_sources,
  GError** error
)

Description [src]

Gets the list of all available trigger sources.

Available since:0.8.0

Parameters

n_sources guint*
 

Number of sources.

 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 utf8
 

A newly allocated array of strings, which must be freed using g_free().

 The length of the array is in the n_sources argument.
 The caller of the method takes ownership of the data container, but not the data inside it.