Virtual Method
AtkTextget_text
Declaration [src]
gchar*
get_text (
AtkText* text,
gint start_offset,
gint end_offset
)
Parameters
start_offset |
gint |
A starting character offset within |
|
end_offset |
gint |
An ending character offset within |
Return value
Returns: | gchar* |
A newly allocated string containing the text from |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The value is a NUL terminated UTF-8 string. |