summaryrefslogtreecommitdiff
path: root/glib.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib.h')
-rw-r--r--glib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib.h b/glib.h
index 31805ddea..3b3b4c236 100644
--- a/glib.h
+++ b/glib.h
@@ -2925,8 +2925,8 @@ gint g_io_channel_unix_get_fd (GIOChannel *channel);
* On Unix you would do a select() on the file descriptors of the channels.
* This should probably be available for all platforms?
*/
-gint g_io_channel_win32_poll (GIOChannel **channels,
- gint n_channels,
+gint g_io_channel_win32_poll (GPollFD *fds,
+ gint n_fds,
GIOCondition condition,
gint timeout);