Can glib use external main loop?



Hi Guys,
I have a legacy program which use select as the event loop, and i would
like to port it to glib. It will take great effort to do all the things,
so is there any simple way to do it. For example, wrapper the legacy
code with glib main loop. 

From
ttp://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html,
It seems that g_main_context_set_poll_func ()  could possibly be used to 
integrate  the GLib event loop with an external event loop. Can anyone tell 
me how to get it?

Thanks in advance.

BR/JL


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