InputMethodContext.getPreedit

Get the current preedit string for the @context, and a list of WebKitInputMethodUnderline to apply to the string. The string will be displayed inserted at @cursor_offset.

class InputMethodContext
void
getPreedit
(
out string text
,
out ListG underlines
,
out uint cursorOffset
)

Parameters

text string

location to store the preedit string

underlines ListG

location to store the underlines as a #GList of #WebKitInputMethodUnderline

cursorOffset uint

location to store the position of cursor in preedit string

Meta

Since

2.28