Method
AravisDevicedup_available_enumeration_feature_values
Declaration [src]
gint64*
arv_device_dup_available_enumeration_feature_values (
ArvDevice* device,
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 string 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. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |