Method
AravisCameraget_boolean_gi
Declaration [src]
void
arv_camera_get_boolean_gi (
ArvCamera* camera,
const char* feature,
gboolean* value,
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. | |
value |
gboolean* |
Output value. |
|
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 . |