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 525732 - Error in documentation for g_list_first
Error in documentation for g_list_first
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.16.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-04-02 10:16 UTC by Salvatore Iovene
Modified: 2008-04-03 04:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Salvatore Iovene 2008-04-02 10:16:30 UTC
Documentation 
Section: GLib reference manual - Doubly-Linked Lists
Returns : 	 the last element in the GList, or NULL if the GList has no elements

Correct version:
Returns : 	 the first element in the GList, or NULL if the GList has no elements

Other information:
http://library.gnome.org/devel/glib/2.16/glib-Doubly-Linked-Lists.html
Comment 1 Matthias Clasen 2008-04-03 04:07:59 UTC
2008-04-03  Matthias Clasen  <mclasen@redhat.com>

        Bug 525732 – Error in documentation for g_list_first

        * glib/glist.c (g_list_first): Fix the docs