GNOME Bugzilla – Bug 581260
Please consider using g_timeout_add_seconds to reduce wakeups
Last modified: 2009-09-22 02:27:44 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 133902 [details] [review] Use g_timeout_add_seconds instead g_timeout_add