mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
Improve docs
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2006-12-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/spawn.sgml: Refer to g_child_watch_add() in addition
|
||||
to waitpid().
|
||||
|
||||
* gobject/tmpl/objects.sgml: Expand GObject::notify
|
||||
documentation. (#381722, Nickolay V. Shmyrev)
|
||||
|
||||
|
@@ -61,8 +61,8 @@ Flags passed to g_spawn_sync(), g_spawn_async() and g_spawn_async_with_pipes().
|
||||
inherited by the child; otherwise all descriptors except stdin/stdout/stderr
|
||||
will be closed before calling <function>exec()</function> in the child.
|
||||
@G_SPAWN_DO_NOT_REAP_CHILD: the child will not be automatically reaped; you
|
||||
must call <function>waitpid()</function> or handle <literal>SIGCHLD</literal>
|
||||
yourself, or the child will become a zombie.
|
||||
must use g_child_watch_add() yourself (or call <function>waitpid()</function>
|
||||
or handle <literal>SIGCHLD</literal> yourself), or the child will become a zombie.
|
||||
@G_SPAWN_SEARCH_PATH: <literal>argv[0]</literal> need not be an absolute path,
|
||||
it will be looked for in the user's <envar>PATH</envar>.
|
||||
@G_SPAWN_STDOUT_TO_DEV_NULL: the child's standad output will be discarded,
|
||||
|
Reference in New Issue
Block a user