Home
last modified time | relevance | path

Searched refs:ChildWatchFunc (Results 1 – 7 of 7) sorted by relevance

/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Devent.h147 typedef void (*ChildWatchFunc)(pid_t pid, gint status, gpointer data); typedef
H A Devent.c605 ((ChildWatchFunc)callback)(cws->pid, cws->status, user_data); in child_watch_source_dispatch()
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Devent.h147 typedef void (*ChildWatchFunc)(pid_t pid, gint status, gpointer data); typedef
H A Devent.c605 ((ChildWatchFunc)callback)(cws->pid, cws->status, user_data); in child_watch_source_dispatch()
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/gi-glib-2.0.24/
H A DGLib.overrides158 set-attr GLib/ChildWatchFunc/@parameters/user_data nullable 1
/dports/devel/gitg/gitg-3.32.1/vapi/
H A Dglib-2.0.vapi1893 public delegate void ChildWatchFunc (Pid pid, int status);
1903 …public static uint add (Pid pid, owned ChildWatchFunc function, [CCode (pos = 0.1)] int priority =…
1905 public static uint add_full (int priority, Pid pid, owned ChildWatchFunc function);
/dports/lang/vala/vala-0.48.18/vapi/
H A Dglib-2.0.vapi1992 public delegate void ChildWatchFunc (Pid pid, int status);
2005 …public static uint add (Pid pid, owned ChildWatchFunc function, [CCode (pos = 0.1)] int priority =…
2007 public static uint add_full (int priority, Pid pid, owned ChildWatchFunc function);