VteTerminalSpawnAsyncCallback

Callback for Terminal.spawnAsync.

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.

alias VteTerminalSpawnAsyncCallback = void function(VteTerminal* terminal, GPid pid, GError* error, void* userData)

Meta

Since

0.48