Re: how to get a SOCKET from a source



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]