WebKitInputMethodContextClass.getPreedit

Called via webkit.input_method_context.InputMethodContext.getPreedit to retrieve the text currently being preedited for display at the cursor position. Any input method which composes complex characters or any other compositions from multiple sequential key presses should override this method to provide feedback.

struct WebKitInputMethodContextClass
extern (C)
void function(WebKitInputMethodContext* context, char** text, GList** underlines, uint* cursorOffset) getPreedit;