Method
AravisCameradup_available_enumerations_as_strings
Declaration [src]
const char**
arv_camera_dup_available_enumerations_as_strings (
ArvCamera* camera,
const char* feature,
guint* n_values,
GError** error
)
Parameters
feature |
const char* |
Feature name. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
n_values |
guint* |
Placeholder for the number of returned values. |
|
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 created array of const strings, which must freed after use using g_free,
or |
|
The length of the array is in the n_values 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. |