GChildWatchFunc

Prototype of a #GChildWatchSource callback, called when a child process has exited. To interpret @status, see the documentation for g_spawn_check_exit_status().

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

Meta