Method

AravisGcBooleanget_value_gi

Declaration [src]

void
arv_gc_boolean_get_value_gi (
  ArvGcBoolean* gc_boolean,
  gboolean* value,
  GError** error
)

Description [src]

Get the feature value.

Available since:0.8.0

Parameters

value gboolean*
 

Feature 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.