Signal

Gtk.Text::preedit-changed

Declaration

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

Description [src]

Emitted when the preedit text changes.

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()

The signal can be emitted directly

Parameters

preedit gchar*
 

the current preedit string

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string