GNOME Bugzilla – Bug 581630
Please consider using g_timeout_add_seconds to reduce wakeups
Last modified: 2009-06-15 17:50:21 UTC
From http://live.gnome.org/GnomeGoals/UseTimeoutAddSeconds, (and of course according to the gtk docs) using g_timeout_add_seconds is preferred over g_timeout_add if a timeout in seconds is desired.
Created attachment 134123 [details] [review] use g_timeout_add_seconds to reduce wakeups
thanks for your patch! applied