Re: how to get a SOCKET from a source

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

 



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

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux