Fix the docs

svn path=/trunk/; revision=6810
This commit is contained in:
Matthias Clasen
2008-04-03 04:07:44 +00:00
parent a6bdf9a1af
commit 28003050e2
2 changed files with 7 additions and 1 deletions

View File

@@ -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*