GNOME Bugzilla – Bug 581255
Please consider using g_timeout_add_seconds to reduce wakeups
Last modified: 2010-03-20 18:58:52 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 133898 [details] [review] Use g_timeout_add_seconds instead g_timeout_add
Review of attachment 133898 [details] [review]: Thanks, committed.