WebKitInputMethodContextClass.notifySurrounding

Called via webkit.input_method_context.InputMethodContext.notifySurrounding to update the context surrounding the cursor. The provided text should not include the preedit string.

struct WebKitInputMethodContextClass
extern (C)
void function(WebKitInputMethodContext* context, const(char)* text, uint length, uint cursorIndex, uint selectionIndex) notifySurrounding;