signal callback delegate or function to connect
void callback(gtk.clipboard.Clipboard clipboard, gtk.text_buffer.TextBuffer textBuffer)
clipboard the #GtkClipboard pasted from (optional)
textBuffer the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to PasteDone signal.
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.TextBuffer.pasteClipboard for more details.