Re: Another thread/idle/timeout question

2012-07-05 Thread David Buchan
Aaaah.. I see. Yes, that's exactly what I meant. That's great! Thanks. From: "jcup...@gmail.com" To: David Buchan Cc: gtk-app-devel-list list Sent: Thursday, July 5, 2012 11:32 AM Subject: Re: Another thread/idle/timeout question

Re: Another thread/idle/timeout question

2012-07-05 Thread jcupitt
On 5 July 2012 14:26, David Buchan wrote: > Is there a way to have a (non-main iteration) thread issue a signal when it > ends? > > I start up a timeout and an idle function when I spawn a new thread. > I want the main iteration to stop the timeout and idle function as soon as > the new thread i

Re: Another thread/idle/timeout question

2012-07-05 Thread David Buchan
easiest solution. From: David Buchan To: gtk-app-devel-list list Sent: Thursday, July 5, 2012 9:26 AM Subject: Another thread/idle/timeout question Is there a way to have a (non-main iteration) thread issue a signal when it ends? I start up a timeout and

Another thread/idle/timeout question

2012-07-05 Thread David Buchan
Is there a way to have a (non-main iteration) thread issue a signal when it ends? I start up a timeout and an idle function when I spawn a new thread. I want the main iteration to stop the timeout and idle function as soon as the new thread is finished and disappears. It seems to me that if tha