Method
AtkValueget_value_and_text
Declaration [src]
void
atk_value_get_value_and_text (
AtkValue* obj,
gdouble* value,
gchar** text
)
Description [src]
Gets the current value and the human readable text alternative of
obj
. text
is a newly created string, that must be freed by the
caller. Can be NULL if no descriptor is available.
Available since: | 2.12 |
Parameters
value |
gdouble* |
Address of #gdouble to put the current value of |
|
The argument will be set by the function. | |
text |
gchar** |
Address of #gchar to put the human
readable text alternative for |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
The value is a NUL terminated UTF-8 string. |