|
I was wondering if anyone knows if you can realistically use
the glib iochannels stuff without using GTK...
I saw a warning in one of the header files that it was made to
work with the GIMP, and not to use it with Win32 unless you really know what
you're doing...
Well, I have a project that could make good use of the
iochannel stuff, but not GTK (it's a server). It has to be portable to
Win32, though...I was thinking I could use g_io_add_watch and
g_main_iteration(TRUE) in the main loop to have it block until it gets some
input.
So it looks like this will work under Linux, but I'm wondering
if anyone has actually used this successfully
Thanks
-partap
|