Signal
ClutterTextBuffer::inserted-text
Declaration
void
inserted_text (
  ClutterTextBuffer* self,
  guint position,
  gchar* chars,
  guint n_chars,
  gpointer user_data
)
Description [src]
This signal is emitted after text is inserted into the buffer.
| Default handler: The default handler is called before the handlers added via  |