I might not have been clear on my request, this is my first big Linux app which involves many dependencies, please bare with me.
dbus_connection_add_filter() asks for a pointer on the GMainLoop of the application. If I use clutter_main(), the GMainLoop is hidden from the user, aka me. But based on the code of clutter_main, would you consider it safe to replace it's call with my own GMainLoop and not call clutter_main()? Le samedi 03 mars 2007 à 10:13 +0000, Ross Burton a écrit : > On Fri, 2007-03-02 at 23:12 -0500, Pierre-Luc Beaudoin wrote: > > I'm trying to write an app that interacts with Dbus and uses Clutter > > for the UI. I need to access the GMainLoop to connection the dbus > > signal handler, but I can't find any way to get it. Can this be my > > first suggestion to your API? :) > > If you use dbus-glib then it should just work. > > Ross
