mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +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>
|
2008-06-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* NEWS: Updates
|
* 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 two elements contain the same data, only the first is removed.
|
||||||
* If none of the elements contain the data, the #GList is unchanged.
|
* 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*
|
GList*
|
||||||
g_list_remove (GList *list,
|
g_list_remove (GList *list,
|
||||||
|
Loading…
Reference in New Issue
Block a user