Re: Multiple timeouts

2005-02-03 Thread Tristan Van Berkom
On Thu, 03 Feb 2005 21:49:43 +, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have a section of code that invokes g_timeout_add() to begin a data capture > routine. The code can be invoked several times but the data collection > function remains the same (the argument to the timeout holds

Multiple timeouts

2005-02-03 Thread marcodev
I have a section of code that invokes g_timeout_add() to begin a data capture routine. The code can be invoked several times but the data collection function remains the same (the argument to the timeout holds the details of the data that needs to be collected): TIMEOUT = g_timeout_add (rate, C