mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
If we are watching the same fd several times (for different conditions,
2000-06-06 Tor Lillqvist <tml@iki.fi> * giowin32.c (g_io_channel_win32_pipe_readable): If we are watching the same fd several times (for different conditions, with different callbacks), check them all. Only call the callback for G_IO_IN from here. (This bug popped up when a watch for G_IO_ERR|G_IO_HUP was added to gimplib.)
This commit is contained in:
committed by
Tor Lillqvist
parent
88fd181eac
commit
700b6e5ff2
@@ -1,3 +1,11 @@
|
||||
2000-06-06 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* giowin32.c (g_io_channel_win32_pipe_readable): If we are
|
||||
watching the same fd several times (for different conditions, with
|
||||
different callbacks), check them all. Only call the callback for
|
||||
G_IO_IN from here. (This bug popped up when a watch for
|
||||
G_IO_ERR|G_IO_HUP was added to gimplib.)
|
||||
|
||||
2000-05-30 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gutils.c (g_locale_get_codeset): Implement on Win32.
|
||||
|
Reference in New Issue
Block a user