Rick Jones writes: > #ifdef G_OS_WIN32 > /* what is the call here? */ > #else > listen_socket = g_io_channel_unix_get_fd(source); > #endif It's g_io_channel_win32_get_fd(). Despite its name, it returns the SOCKET for GIOChannels that have been created for SOCKETs. (And for GIOChannels for file descriptors, it returns the file descriptor.) --tml _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list