connectPasteDone
fun connectPasteDone(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (<Error class: unknown class>) -> Unit): <Error class: unknown class>
Emitted after paste operation has been completed.
This is useful to properly scroll the view to the end of the pasted text. See method@Gtk.TextBuffer.paste_clipboard for more details.
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: clipboard
the GdkClipboard
pasted from