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
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
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
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