GChildWatchFunc

Prototype of a GChildWatchSource callback, called when a child process has exited. To interpret status, see the documentation for Spawn.checkExitStatus.

alias GChildWatchFunc = void function(GPid pid, int status, void* userData)