[ CCode ( instance_pos = 3.9 ) ]
[ 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.
| terminal |
the Terminal |
| pid |
a Pid |
| error |
a Error, or null |
| user_data |
user data that was passed to vte_terminal_spawn_async |