summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-08-27 15:33:15 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-08-27 15:33:15 +0000
commit55cd16c99323958546409e5feb60bdd6363583d6 (patch)
tree2d7e7e08451a8935651d7d52bb5e03e7b199dcc9 /ChangeLog.pre-2-2
parent3d0a1b3b221d32a53557a3512ab6eeadbf816352 (diff)
downloadglib-55cd16c99323958546409e5feb60bdd6363583d6.tar.gz
Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array,
2000-08-27 Tor Lillqvist <tml@iki.fi> Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array, not GIOChannel. That way the caller can know which channels cause the callback.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-22
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index dd894914d..acc00a91a 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -2,7 +2,7 @@
* giowin32.c (g_io_channel_win32_poll): New function, otherwise
like g_io_channel_win32_wait_for_condition(), but accept several
- GIOChannels.
+ GPollFDs.
(g_io_channel_win32_wait_for_condition): Call
g_io_channel_win32_poll().