From: Matthias Clasen Date: Thu, 3 Apr 2008 04:07:44 +0000 (+0000) Subject: Fix the docs X-Git-Tag: GLIB_2_17_0~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28003050e21aeb2f8c74c1e0f9db9a67739ac22c;p=platform%2Fupstream%2Fglib.git Fix the docs svn path=/trunk/; revision=6810 --- diff --git a/ChangeLog b/ChangeLog index d9d230b..4882bb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-03 Matthias Clasen + + Bug 525732 – Error in documentation for g_list_first + + * glib/glist.c (g_list_first): Fix the docs + 2008-04-02 Tor Lillqvist Bug 524314 - g_convert() on Win32 implicitly converts full width diff --git a/glib/glist.c b/glib/glist.c index 8717f9c..9b416eb 100644 --- a/glib/glist.c +++ b/glib/glist.c @@ -727,7 +727,7 @@ g_list_last (GList *list) * * Gets the first element in a #GList. * - * Returns: the last element in the #GList, + * Returns: the first element in the #GList, * or %NULL if the #GList has no elements */ GList*