mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Tiny doc fix
svn path=/trunk/; revision=7023
This commit is contained in:
parent
273f7036f1
commit
c4af067eee
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user