mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
New function, otherwise like g_io_channel_win32_wait_for_condition(), but
2000-08-27 Tor Lillqvist <tml@iki.fi> * giowin32.c (g_io_channel_win32_poll): New function, otherwise like g_io_channel_win32_wait_for_condition(), but accept several GIOChannels. (g_io_channel_win32_wait_for_condition): Call g_io_channel_win32_poll(). * glib.h: Declare g_io_channel_win32_poll(). * gwin32.c (g_win32_error_message): Don't believe return value from FormatMessage.
This commit is contained in:
committed by
Tor Lillqvist
parent
a435aaff03
commit
3d0a1b3b22
@@ -1,3 +1,16 @@
|
||||
2000-08-27 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* giowin32.c (g_io_channel_win32_poll): New function, otherwise
|
||||
like g_io_channel_win32_wait_for_condition(), but accept several
|
||||
GIOChannels.
|
||||
(g_io_channel_win32_wait_for_condition): Call
|
||||
g_io_channel_win32_poll().
|
||||
|
||||
* glib.h: Declare g_io_channel_win32_poll().
|
||||
|
||||
* gwin32.c (g_win32_error_message): Don't believe return value
|
||||
from FormatMessage.
|
||||
|
||||
2000-08-25 Elliot Lee <sopwith@redhat.com>
|
||||
* glib.h, gunicode.h, gmodule/gmodule.h:
|
||||
: Mark the following functions G_GNUC_CONST (to allow
|
||||
|
Reference in New Issue
Block a user