AtkTextIface.getTextAtOffset

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

Return Value

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