public class ChildWatch {
public static uint add ( Pid pid,
ChildWatchFunc function ) ;
public static uint add_full ( int priority,
Pid pid,
ChildWatchFunc function,
DestroyNotify? notify ) ;
}

public static uint add ( Pid pid,
ChildWatchFunc function ) ;
public static uint add_full ( int priority,
Pid pid,
ChildWatchFunc function,
DestroyNotify? notify ) ;
Created by Valadoc