Method

AtspiAccessibleget_text_iface

Declaration [src]

AtspiText*
atspi_accessible_get_text_iface (
  AtspiAccessible* obj
)

Description [src]

Gets the AtspiTable interface for an AtspiAccessible.

The implementation of this method is provided by atspi_accessible_get_text() in language bindings

Return value

Type: AtspiText

A pointer to an AtspiText interface instance, or NULL if obj does not implement AtspiText.

The caller of the method takes ownership of the data, and is responsible for freeing it.