Child

Members

Static functions

childWatchAdd
uint childWatchAdd(GPid pid, GChildWatchFunc function_, void* data)

Sets a function to be called when the child indicated by @pid exits, at a default priority, #G_PRIORITY_DEFAULT.

childWatchAddFull
uint childWatchAddFull(int priority, GPid pid, GChildWatchFunc function_, void* data, GDestroyNotify notify)

Sets a function to be called when the child indicated by @pid exits, at the priority @priority.

childWatchSourceNew
Source childWatchSourceNew(GPid pid)

Creates a new child_watch source.

Meta