Is there a documentation available for g_io_channel_win32_make_pollfd
I want to use this function to create FDs on windows for IPC between main thread and the separate thread.
It is only briefly mentioned here and doesn't really explain how to use it. I really need an example. thx