Method

AtspiValueset_current_value

Declaration [src]

gboolean
atspi_value_set_current_value (
  AtspiValue* obj,
  gdouble new_value,
  GError** error
)

Description [src]

Sets the current value of an AtspiValue.

Parameters

new_value gdouble
 

A #gdouble value which is the desired new value of the object.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if the value could be assigned the specified value, FALSE otherwise.