Signal

WPEPlatformInputMethodContext::delete-surrounding

Declaration

void
delete_surrounding (
  WPEInputMethodContext* 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().

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.