signal callback delegate or function to connect
void callback(int status, vte.terminal.Terminal terminal)
status the child's exit status (optional)
terminal the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ChildExited signal.
This signal is emitted when the terminal detects that a child watched using vte.terminal.Terminal.watchChild has exited.