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 491957 - Misprint in the specification of the interface "g_main_context_release"
Misprint in the specification of the interface "g_main_context_release"
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.14.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-10-31 05:17 UTC by Areg Beketovski
Modified: 2007-11-09 03:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Areg Beketovski 2007-10-31 05:17:57 UTC
Documentation 
Section: http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-main-context-release
If the context was acquired multiple times, the only release ownership when g_main_context_release() is called as many times as it was acquired.

Correct version:
If the context was acquired multiple times, the ownership will be released only when g_main_context_release() is called as many times as it was acquired.

Other information:
The detailed issue description can be found at: 

http://linuxtesting.org/results/report?num=D0017
Comment 1 Matthias Clasen 2007-11-09 03:02:53 UTC
2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * glib/gmain.c (g_main_context_release): Fix the doc
        wording.  (#491957, Areg Beketovski)