[][src]Type Definition irssi_sys::GChildWatchFunc

type GChildWatchFunc = Option<unsafe extern "C" fn(pid: GPid, status: gint, user_data: gpointer)>;

GChildWatchFunc: @pid: the process id of the child process @status: Status information about the child process, encoded in a platform-specific manner @user_data: user data passed to g_child_watch_add()

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