summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-08-06 23:33:29 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-08-06 23:33:29 +0000
commit3d6f441f96339a41bf6e02703d689ee87cc1c365 (patch)
tree33f23f031cc5e2df682d7beb09e6f405c77183bf /ChangeLog.pre-2-12
parent042179dad8ae6eef4053a5c0a2a4843e2d1b9830 (diff)
downloadglib-3d6f441f96339a41bf6e02703d689ee87cc1c365.tar.gz
New function, that calls g_source_remove(). Check return value of
2000-08-07 Tor Lillqvist <tml@iki.fi> * tests/gio-test.c (shutdown_source): New function, that calls g_source_remove(). Check return value of g_source_remove(), and decrement running subprocess counter only if g_source_remove() actually did remove the source. (recv_message): Call shutdown_source() on EOF condition. Return FALSE on G_IO_HUP and G_IO_ERR condition. Fix printf format typo.
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-1210
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 01bdb6a66..d71f07b96 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,3 +1,13 @@
+2000-08-07 Tor Lillqvist <tml@iki.fi>
+
+ * tests/gio-test.c (shutdown_source): New function, that calls
+ g_source_remove(). Check return value of g_source_remove(), and
+ decrement running subprocess counter only if g_source_remove()
+ actually did remove the source.
+
+ (recv_message): Call shutdown_source() on EOF condition. Return
+ FALSE on G_IO_HUP and G_IO_ERR condition. Fix printf format typo.
+
Sun Aug 6 20:06:02 2000 Tim Janik <timj@gtk.org>
* gmessages.c (g_log_domain_check_free): keep *last updated while