Method
VteTerminalfeed_child_binary
deprecated: 0.60
Declaration [src]
void
vte_terminal_feed_child_binary (
VteTerminal* terminal,
const guint8* data,
gsize length
)
Description [src]
Sends a block of binary data to the child.
Deprecated since: 0.60
Don’t send binary data. Use vte_terminal_feed_child()
instead to send
UTF-8 text.