Document that GLib supports only a single callback per pid. (#154828,

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)
This commit is contained in:
Matthias Clasen 2004-10-08 14:19:41 +00:00 committed by Matthias Clasen
parent 79222175c1
commit c7b1002ca7
6 changed files with 34 additions and 0 deletions

View File

@ -1,3 +1,9 @@
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)
2004-10-06 Matthias Clasen <mclasen@redhat.com>
* glib/gfileutils.c: Fix some C99isms. (#154676, Kjartan Maraas)

View File

@ -1,3 +1,9 @@
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)
2004-10-06 Matthias Clasen <mclasen@redhat.com>
* glib/gfileutils.c: Fix some C99isms. (#154676, Kjartan Maraas)

View File

@ -1,3 +1,9 @@
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)
2004-10-06 Matthias Clasen <mclasen@redhat.com>
* glib/gfileutils.c: Fix some C99isms. (#154676, Kjartan Maraas)

View File

@ -1,3 +1,9 @@
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)
2004-10-06 Matthias Clasen <mclasen@redhat.com>
* glib/gfileutils.c: Fix some C99isms. (#154676, Kjartan Maraas)

View File

@ -1,3 +1,9 @@
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)
2004-10-06 Matthias Clasen <mclasen@redhat.com>
* glib/gfileutils.c: Fix some C99isms. (#154676, Kjartan Maraas)

View File

@ -3715,6 +3715,8 @@ g_child_watch_source_new (GPid pid)
* source is still active. Typically, you will want to call
* g_spawn_close_pid() in the callback function for the source.
*
* GLib supports only a single callback per process id.
*
* Return value: the id of event source.
*
* Since: 2.4
@ -3757,6 +3759,8 @@ g_child_watch_add_full (gint priority,
* source is still active. Typically, you will want to call
* g_spawn_close_pid() in the callback function for the source.
*
* GLib supports only a single callback per process id.
*
* Return value: the id of event source.
*
* Since: 2.4