GtkIMContextClass.getSurroundingWithSelection

struct GtkIMContextClass
extern (C)
int function(GtkIMContext* context, char** text, int* cursorIndex, int* anchorIndex) getSurroundingWithSelection;

Return Value

TRUE if surrounding text was provided; in this case you must free the result stored in text.

Meta