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 665391 - update documentation around mainloops
update documentation around mainloops
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gapplication
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-12-02 13:40 UTC by Matthias Clasen
Modified: 2011-12-07 19:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Clarify docs around main loop vfuncs (2.29 KB, patch)
2011-12-07 19:38 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2011-12-02 13:40:42 UTC
As pointed ou tin bug 658805, the run_mainloop and quit_mainloop vfuncs are entirely unused now, and the documentation should be updated to reflect that.
Comment 1 Matthias Clasen 2011-12-07 19:38:47 UTC
The following fix has been pushed:
3d686e3 Clarify docs around main loop vfuncs
Comment 2 Matthias Clasen 2011-12-07 19:38:50 UTC
Created attachment 203027 [details] [review]
Clarify docs around main loop vfuncs

Mention that the vfuncs are no longer used, and tweak the
wording around what g_application_run() does.