Method

PosCompleterset_preedit

Declaration [src]

void
pos_completer_set_preedit (
  PosCompleter* self,
  const char* preedit
)

Description [src]

Sets the current preedit. The preedit is the current word under completion.

Sets propertyPos.Completer:preedit

Parameters

preedit

Type: const char*

The preedit text to set.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.