Method
AtspiTextget_text
Declaration [src]
gchar*
atspi_text_get_text (
AtspiText* obj,
gint start_offset,
gint end_offset,
GError** error
)
Description [src]
Gets a range of text from an AtspiText
object. The number of bytes
in the returned string may exceed either end_offset or start_offset, since
UTF-8 is a variable-width encoding.