After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692619 - Use g_timeout_add_seconds to reduce wakeups
Use g_timeout_add_seconds to reduce wakeups
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-01-27 06:34 UTC by B.Prathibha
Modified: 2015-07-31 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use g_timeout_add_seconds instead of g_timeout_add wherever possible. (1.71 KB, patch)
2013-01-27 06:35 UTC, B.Prathibha
none Details | Review

Comment 1 B.Prathibha 2013-01-27 06:35:17 UTC
Created attachment 234512 [details] [review]
Use g_timeout_add_seconds instead of g_timeout_add wherever possible.
Comment 2 Matthias Clasen 2015-07-31 13:49:19 UTC
All of these are in test applications, where it doesn't really make a difference whether we wake up on the second or not.