AtkTextIface.getTextAfterOffset

struct AtkTextIface
extern (C)
char* function(AtkText* text, int offset, AtkTextBoundary boundaryType, int* startOffset, int* endOffset) getTextAfterOffset;

Return Value

a newly allocated string containing the text after offset bounded by the specified boundary_type. Use g_free() to free the returned string.