Signal

GtkEntry::preedit-changed

since: 2.20

Declaration

void
preedit_changed (
  GtkEntry* self,
  gchar* preedit,
  gpointer user_data
)

Description [src]

If an input method is used, the typed text will not immediately be committed to the buffer. So if you are interested in the text, connect to this signal.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Signal can be directly emitted on objects from user code
Available since: 2.20

Parameters

preedit

Type: gchar*

The current preedit string.

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