On Mon, 2009-08-31 at 02:36 +0400, Samium Gromoff wrote: > Good day folks, > > Are there plans to extend the API with main loop single-stepping, > similar in style to gtk_main_iteration_do()? > > The need for that stems from desire to use Clutter as a backend > for a higher-level UI substrate[1]. > > I looked into clutter-main.c and saw a reference to Fruity, which > hints at least at a technical possibility of this.
Can you not just call g_main_context_iteration(NULL, TRUE) directly? I think that's all gtk_main_iteration does anyway. Regards, - Neil -- To unsubscribe send a mail to [email protected]
