mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-23 22:16:16 +01:00
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:
parent
01f4ccc859
commit
4bc720a4a4
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user