Method
AtkTextget_text_after_offset
Declaration [src]
gchar*
atk_text_get_text_after_offset (
AtkText* text,
gint offset,
AtkTextBoundary boundary_type,
gint* start_offset,
gint* end_offset
)
Description [src]
Gets the specified text.
Deprecated since: | 2.9.3 |
Please use |
Parameters
offset |
gint |
Position. |
|
boundary_type |
AtkTextBoundary |
An |
|
start_offset |
gint* |
The starting character offset of the returned string. |
|
The argument will be set by the function. | |
end_offset |
gint* |
The offset of the first character after the returned substring. |
|
The argument will be set by the function. |
Return value
Returns: | gchar* |
A newly allocated string containing the text after |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The value is a NUL terminated UTF-8 string. |