Document that GLib supports only a single callback per pid. (#154828,
authorMatthias Clasen <mclasen@redhat.com>
Fri, 8 Oct 2004 14:20:56 +0000 (14:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 8 Oct 2004 14:20:56 +0000 (14:20 +0000)
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)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmain.c

index 988518b..0187bb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
index 988518b..0187bb2 100644 (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)
index 988518b..0187bb2 100644 (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)
index 988518b..0187bb2 100644 (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)
index 988518b..0187bb2 100644 (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)
index 55fb9a7..cba3ccd 100644 (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