Method

AtspiAccessibleget_text_iface

Declaration [src]

AtspiText*
atspi_accessible_get_text_iface (
  AtspiAccessible* obj
)

Description [src]

Gets the AtspiTable interface for an AtspiAccessible.

Return value

Returns: 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.