Signal

WebKit2InputMethodContext::delete-surrounding

since: 2.28

Declaration

void
delete_surrounding (
  WebKitInputMethodContext* self,
  gint offset,
  guint n_chars,
  gpointer user_data
)

Description [src]

Emitted when the input method wants to delete the context surrounding the cursor. If offset is a negative value, it means a position before the cursor.

Default handler:

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

Available since: 2.28

Parameters

offset

Type: gint

The character offset from the cursor position of the text to be deleted.

n_chars

Type: guint

The number of characters to be deleted.