AtkTextIface.getSelection

struct AtkTextIface
extern (C)
char* function(AtkText* text, int selectionNum, int* startOffset, int* endOffset) getSelection;

Return Value

a newly allocated string containing the selected text. Use g_free() to free the returned string.