Handbook
Glossary
g_child_watch_add_full ( priority pid function data notify -- guint )
Vocabulary
glib
.
ffi
Inputs
priority
an
object
pid
an
object
function
an
object
data
an
object
notify
an
object
Outputs
guint
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
guint
g_child_watch_add_full
(
gint
priority,
GPid
pid,
GChildWatchFunc
function,
gpointer
data,
GDestroyNotify
notify )