Method

ClutterInputMethodset_preedit_text

Declaration [src]

void
clutter_input_method_set_preedit_text (
  ClutterInputMethod* im,
  const gchar* preedit,
  unsigned int cursor,
  ClutterPreeditResetMode mode
)

Description [src]

Sets the preedit text on the current input focus.

Parameters

preedit const gchar*
 

The preedit text, or NULL.

 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.