Method
VteTerminalcopy_clipboard
deprecated: 0.50
Declaration [src]
void
vte_terminal_copy_clipboard (
VteTerminal* terminal
)
Description [src]
Places the selected text in the terminal in the #GDK_SELECTION_CLIPBOARD selection.
Deprecated since: 0.50
Use vte_terminal_copy_clipboard_format()
with VTE_FORMAT_TEXT
instead.