GNOME Bugzilla – Bug 154828
g_child_watch_add doesn't work for more than one handler per GPid
Last modified: 2004-12-22 21:47:04 UTC
If I call g_child_watch_add() with the same GPid, only the first callback is ever called, the others are completely ignored.
Created attachment 32369 [details] Test case
This is almost certainly NOTABUG.
(maybe docs)
OK, that's fair, as long as properly documented.
2004-10-08 Matthias Clasen <mclasen@redhat.com> * glib/gmain.c (g_child_watch_add_full): * glib/gmain.c (g_child_watch_add): Document that GLib supports only a single callback per pid. (#154828, Gustavo Carneiro)