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 582710 - Please consider using g_timeout_add_seconds to reduce wakeups
Please consider using g_timeout_add_seconds to reduce wakeups
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: unknown
git master
Other Linux
: Normal trivial
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-15 04:39 UTC by Javier Jardón (IRC: jjardon)
Modified: 2012-07-30 10:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use g_timeout_add_seconds instead g_timeout_add (1.31 KB, patch)
2009-05-15 04:40 UTC, Javier Jardón (IRC: jjardon)
accepted-commit_now Details | Review

Description Javier Jardón (IRC: jjardon) 2009-05-15 04:39:25 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.
Comment 1 Javier Jardón (IRC: jjardon) 2009-05-15 04:40:35 UTC
Created attachment 134683 [details] [review]
Use g_timeout_add_seconds instead g_timeout_add
Comment 2 Sébastien Granjoux 2009-05-16 07:08:46 UTC
Thanks for the patch, I have committed it.
Comment 3 Johannes Schmid 2012-07-30 10:50:06 UTC
gtodo was removed with anjuta 3.0 - If you need a TODO manager use Gettings things GNOME.