API Version: 3.91
Library Version: 0.70.0
void commit ( VteTerminal* self, gchar* text, guint size, gpointer user_data )
Emitted whenever the terminal receives input from the user and prepares to send it to the child process.
The default handler is called after the handlers added via g_signal_connect().
g_signal_connect()
text
gchar*
A string of text.
size
guint
The length of that string of text.