AtkTextIface.getTextBeforeOffset

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

Return Value

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