Tiny doc fix

svn path=/trunk/; revision=7023
This commit is contained in:
Matthias Clasen 2008-06-12 03:55:32 +00:00
parent 273f7036f1
commit c4af067eee
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-06-11 Matthias Clasen <mclasen@redhat.com>
* glib/glist.c: Tiny doc fix
2008-06-11 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates

View File

@ -324,7 +324,7 @@ g_list_concat (GList *list1, GList *list2)
* If two elements contain the same data, only the first is removed.
* If none of the elements contain the data, the #GList is unchanged.
*
* Return: the new start of the #GList
* Returns: the new start of the #GList
*/
GList*
g_list_remove (GList *list,