Method

AravisCamerais_feature_implemented

Declaration [src]

gboolean
arv_camera_is_feature_implemented (
  ArvCamera* camera,
  const char* feature,
  GError** error
)

Description

No description available.
Available since:0.8.23

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.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if feature is implemented, FALSE if not or on error.