GNOME Bugzilla – Bug 568294
A wrong reference in the description of g_bookmark_file_add_application().
Last modified: 2009-01-20 17:07:54 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:
* glib/gbookmarkfile.c (g_bookmark_file_add_application): Fix a typo in the docs. Pointed out by Takeshi Aihana