Re: g_idle_add(): limits?

2010-03-11 Thread Chris Vine
On Wed, 10 Mar 2010 15:10:50 +0100 fka...@googlemail.com fka...@googlemail.com wrote: Chris Vine: I make heavy use of g_idle_add(), and encounter this problem: It seems that the idle functions aren't called sometimes. [...] Assuming that is right, any sources you add before calling

Re: g_idle_add(): limits?

2010-03-10 Thread fka...@googlemail.com
Chris Vine: I make heavy use of g_idle_add(), and encounter this problem: It seems that the idle functions aren't called sometimes. [...] Assuming that is right, any sources you add before calling gtk_main_quit() without returning control to the main loop will not be executed. I think

Re: g_idle_add(): limits?

2010-03-09 Thread David Nečas
On Tue, Mar 09, 2010 at 10:06:19AM +0100, fka...@googlemail.com wrote: I make heavy use of g_idle_add(), and encounter this problem: It seems that the idle functions aren't called sometimes. To track that: I used a counter before g_idle_add() and one inside the idle function (always executed

Re: g_idle_add(): limits?

2010-03-09 Thread Chris Vine
On Tue, 9 Mar 2010 10:06:19 +0100 fka...@googlemail.com fka...@googlemail.com wrote: Hi, I make heavy use of g_idle_add(), and encounter this problem: It seems that the idle functions aren't called sometimes. To track that: I used a counter before g_idle_add() and one inside the idle