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:
Tor Lillqvist
2000-08-31 21:58:59 +00:00
committed by Tor Lillqvist
parent 48b41a2f5f
commit ba8a71589d
12 changed files with 34 additions and 6 deletions

View File

@@ -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