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)
diff --git a/ChangeLog b/ChangeLog
index 2b6cd9d..60f718a 100644
--- 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)
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 2b6cd9d..60f718a 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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)
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 2b6cd9d..60f718a 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -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)
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 2b6cd9d..60f718a 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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)
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 2b6cd9d..60f718a 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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)
diff --git a/glib/gmain.c b/glib/gmain.c
index e33067f..25027f7 100644
--- a/glib/gmain.c
+++ b/glib/gmain.c
@@ -3715,6 +3715,8 @@
  * 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 @@
  * 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