GtkIMContextClass.getSurrounding

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

Return Value

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

Meta