Method

AtspiValueget_text

Declaration [src]

gchar*
atspi_value_get_text (
  AtspiValue* obj
  GError** error
)

Description [src]

Gets the human readable text alternative associated with the value. text is a newly created string, that must be freed by the caller. Can be NULL if no descriptor is available.

Available since:2.46

Return value

Returns: gchar*
  No description available.
 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.