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 568294 - A wrong reference in the description of g_bookmark_file_add_application().
A wrong reference in the description of g_bookmark_file_add_application().
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.18.x
Other All
: Normal minor
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2009-01-19 13:22 UTC by Takeshi AIHANA
Modified: 2009-01-20 17:07 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Takeshi AIHANA 2009-01-19 13:22:14 UTC
Documentation 
Section: "Bookmark file parser" in GLib Reference Manual.
According to the GLib Reference Manual (and sourcecode comment in glib/gbookmarkfile.c), g_bookmark_file_add_application() has the 
following description;
 If @name is %NULL, the name of the application will be the same returned 
 by g_get_application();


Correct version:
It looks that should be "g_get_application_name()" instead of g_get_application().

Other information:
Comment 1 Matthias Clasen 2009-01-20 17:07:54 UTC
        * glib/gbookmarkfile.c (g_bookmark_file_add_application):
        Fix a typo in the docs. Pointed out by Takeshi Aihana