Method

AravisCamerais_enumeration_entry_available

Declaration [src]

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

Description

No description available.
Available since:0.8.17

Parameters

feature const char*
 

Enumeration feature name.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
entry const char*
 

Entry 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 the feature and the feature entry are available.