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