GNOME Bugzilla – Bug 582705
Please consider using g_timeout_add_seconds to reduce wakeups
Last modified: 2009-06-29 20:54:17 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 134680 [details] [review] Use g_timeout_add_seconds instead g_timeout_add
We just need to update the code from libegg. *** This bug has been marked as a duplicate of 564156 ***