Signal

GtkTextBuffer::paste-done

since: 2.16

Declaration

void
paste_done (
  GtkTextBuffer* self,
  GtkClipboard* clipboard,
  gpointer user_data
)

Description [src]

The paste-done signal is emitted after paste operation has been completed. This is useful to properly scroll the view to the end of the pasted text. See gtk_text_buffer_paste_clipboard() for more details.

Default handler:

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

Available since: 2.16

Parameters

clipboard

Type: GtkClipboard

The GtkClipboard pasted from.

The data is owned by the caller of the function.