mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 21:33:09 +02:00
Fix the docs
svn path=/trunk/; revision=6810
This commit is contained in:
parent
a6bdf9a1af
commit
28003050e2
@ -1,3 +1,9 @@
|
|||||||
|
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
|
||||||
|
|
||||||
2008-04-02 Tor Lillqvist <tml@novell.com>
|
2008-04-02 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
Bug 524314 - g_convert() on Win32 implicitly converts full width
|
Bug 524314 - g_convert() on Win32 implicitly converts full width
|
||||||
|
@ -727,7 +727,7 @@ g_list_last (GList *list)
|
|||||||
*
|
*
|
||||||
* Gets the first element in a #GList.
|
* 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
|
* or %NULL if the #GList has no elements
|
||||||
*/
|
*/
|
||||||
GList*
|
GList*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user