From 229206165e23fb572e5b527a8be434c777ebf53a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 4 Nov 2005 20:33:34 +0000 Subject: [PATCH] Expand the docs. (#320466, Steffen Gutmann) 2005-11-04 Matthias Clasen * glib/gmain.c (g_child_watch_source_new): Expand the docs. (#320466, Steffen Gutmann) --- glib/gmain.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glib/gmain.c b/glib/gmain.c index b41438a5..5893544a 100644 --- a/glib/gmain.c +++ b/glib/gmain.c @@ -3615,6 +3615,10 @@ g_child_watch_source_init (void) * and must be added to one with g_source_attach() before it will be * executed. * + * Note that child watch sources can only be used in conjunction with + * g_spawn... when the %G_SPAWN_DO_NOT_REAP_CHILD + * flag is used. + * * Note that on platforms where #GPid must be explicitely closed * (see g_spawn_close_pid()) @pid must not be closed while the * source is still active. Typically, you will want to call -- 2.34.1