mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 05:14:11 +02:00
glib.h No use for separate condition parameter.
2000-08-31 Tor Lillqvist <tml@iki.fi> * glib.h * giowin32.c (g_io_channel_win32_poll): No use for separate condition parameter.
This commit is contained in:
committed by
Tor Lillqvist
parent
48b41a2f5f
commit
ba8a71589d
@@ -2927,7 +2927,6 @@ gint g_io_channel_unix_get_fd (GIOChannel *channel);
|
||||
*/
|
||||
gint g_io_channel_win32_poll (GPollFD *fds,
|
||||
gint n_fds,
|
||||
GIOCondition condition,
|
||||
gint timeout);
|
||||
|
||||
/* This is used to add polling for Windows messages. GDK (GTk+) programs
|
||||
|
Reference in New Issue
Block a user