Method

AtspiAccessibleget_toolkit_version

Declaration [src]

gchar*
atspi_accessible_get_toolkit_version (
  AtspiAccessible* obj
  GError** error
)

Description [src]

Gets the toolkit version for an AtspiAccessible object. Only works on application root objects.

Return value

Type: gchar*

A UTF-8 string indicating the toolkit version for the AtspiAccessible object or NULL on exception.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.