Signal

IdeEntryPopover::insert-text

Declaration

gboolean
insert_text (
  IdeEntryPopover* self,
  guint position,
  gchar* chars,
  guint n_chars,
  gpointer user_data
)

Description

Use this signal to determine if text should be allowed to be inserted into the text buffer. Return GDK_EVENT_STOP to prevent the text from being inserted.

Default handler:

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

Parameters

position

Type: guint

The position in UTF-8 characters.

chars

Type: gchar*

The NULL terminated UTF-8 text to insert.

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

Type: guint

The number of UTF-8 characters in chars.

Return value

Type: gboolean

No description available.