Method
AravisCameradup_available_trigger_sources
Declaration [src]
const char**
arv_camera_dup_available_trigger_sources (
ArvCamera* camera,
guint* n_sources,
GError** error
)
Parameters
n_sources |
guint* |
Number of sources. |
|
The argument will be set by the function. | |
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. | |
Each element is a NUL terminated UTF-8 string. |