mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-09 18:13:41 +01:00
Fix a typo
svn path=/trunk/; revision=6657
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-03-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gslist.c: Fix a doc typo
|
||||||
|
|
||||||
2008-03-10 Matthias Clasen <mclasen@redhat.com>
|
2008-03-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/giochannel.c (g_io_channle_set_encoding): Fix confusing
|
* glib/giochannel.c (g_io_channle_set_encoding): Fix confusing
|
||||||
|
|||||||
@@ -337,7 +337,7 @@ g_slist_remove (GSList *list,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_slist_remove_all:
|
* g_slist_remove_all:
|
||||||
* list: a #GSList
|
* @list: a #GSList
|
||||||
* @data: data to remove
|
* @data: data to remove
|
||||||
*
|
*
|
||||||
* Removes all list nodes with data equal to @data.
|
* Removes all list nodes with data equal to @data.
|
||||||
|
|||||||
Reference in New Issue
Block a user