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. | |
| 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
|
|
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. |