Method
ClutterInputMethodset_preedit_text
Declaration [src]
void
clutter_input_method_set_preedit_text (
ClutterInputMethod* im,
const gchar* preedit,
unsigned int cursor,
ClutterPreeditResetMode mode
)
Parameters
preedit |
const gchar* |
The preedit text, or |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
cursor |
unsigned int |
The cursor. |
|
mode |
ClutterPreeditResetMode |
| No description available. |