Callback for vte_terminal_spawn_async().
On success, pid contains the PID of the spawned process, and error is %NULL. On failure, pid is -1 and error contains the error information.
pid
error
the #VteTerminal
a #GPid
a #GError, or %NULL
Callback for vte_terminal_spawn_async().
On success,
pid
contains the PID of the spawned process, anderror
is %NULL. On failure,pid
is -1 anderror
contains the error information.