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:20:56 +00:00 committed by Matthias Clasen
parent 01f4ccc859
commit 4bc720a4a4
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

@ -3716,6 +3716,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
@ -3758,6 +3760,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