TerminalSpawnAsyncCallback
Description:
[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "0.48" ) ]
public delegate void TerminalSpawnAsyncCallback (Terminal terminal, Pid pid, Error error)
[ Version ( since = "0.48" ) ]
public delegate void TerminalSpawnAsyncCallback (Terminal terminal, Pid pid, Error error)
Callback for 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.
Parameters:
| terminal |
the Terminal |
| pid |
a Pid |
| error |
a Error, or |
| user_data |
user data that was passed to vte_terminal_spawn_async |
Namespace: Vte
Package: vte-2.91