ChildWatchFunc


Description:

public delegate void ChildWatchFunc (Pid pid, int status)

Prototype of a GChildWatchSource callback, called when a child process has exited.

To interpret status, see the documentation for check_exit_status.

Parameters:

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


Namespace: GLib
Package: glib-2.0