Method
AtkValueget_minimum_value
deprecated: Unknown
Declaration [src]
void
atk_value_get_minimum_value (
AtkValue* obj,
GValue* value
)
Description [src]
Gets the minimum value of this object.
Deprecated since: Unknown
Since 2.12. Use atk_value_get_range()
instead.
Parameters
value
-
Type:
GValue
A
GValue
representing the minimum accessible value.The argument will be set by the function. The returned data is owned by the instance.