Method

AravisCameraget_boolean_gi

Declaration [src]

void
arv_camera_get_boolean_gi (
  ArvCamera* camera,
  const char* feature,
  gboolean* value,
  GError** error
)

Description

No description available.
Available since:0.8.0
This method is renamed to arv_camera_get_boolean() in language bindings

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.
value gboolean*
 

Output value.

 The argument will be set by the function.
error GError **
  The return location for a GError*, or NULL.