Method
AravisCameradup_available_triggers
Declaration [src]
const char**
arv_camera_dup_available_triggers (
ArvCamera* camera,
guint* n_triggers,
GError** error
)
Description [src]
Gets a list of all available triggers: FrameStart, ExposureActive, etc…
Available since: | 0.8.0 |
Parameters
n_triggers |
guint* |
Number of available triggers. |
|
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_triggers 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. |