mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	Tiny doc fix
svn path=/trunk/; revision=7023
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user