mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-03 17:48:56 +01:00 
			
		
		
		
	Cosmetics
This commit is contained in:
		@@ -1,3 +1,8 @@
 | 
			
		||||
2005-05-01  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* glib/ghash.h: Rename some parameters to make gtk-doc
 | 
			
		||||
	happy.
 | 
			
		||||
 | 
			
		||||
2005-04-29  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* glib/gtree.c: Clarify some docs. (#302062, Matthew F. Barnes)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,8 @@
 | 
			
		||||
2005-05-01  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* glib/ghash.h: Rename some parameters to make gtk-doc
 | 
			
		||||
	happy.
 | 
			
		||||
 | 
			
		||||
2005-04-29  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* glib/gtree.c: Clarify some docs. (#302062, Matthew F. Barnes)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,8 @@
 | 
			
		||||
2005-05-01  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* glib/ghash.h: Rename some parameters to make gtk-doc
 | 
			
		||||
	happy.
 | 
			
		||||
 | 
			
		||||
2005-04-29  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* glib/gtree.c: Clarify some docs. (#302062, Matthew F. Barnes)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,8 @@
 | 
			
		||||
2005-05-01  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* glib/ghash.h: Rename some parameters to make gtk-doc
 | 
			
		||||
	happy.
 | 
			
		||||
 | 
			
		||||
2005-04-29  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* glib/gtree.c: Clarify some docs. (#302062, Matthew F. Barnes)
 | 
			
		||||
 
 | 
			
		||||
@@ -87,11 +87,11 @@ guint	    g_hash_table_size		   (GHashTable	   *hash_table);
 | 
			
		||||
 | 
			
		||||
/* Hash Functions
 | 
			
		||||
 */
 | 
			
		||||
gboolean g_str_equal (gconstpointer  v,
 | 
			
		||||
gboolean g_str_equal (gconstpointer  v1,
 | 
			
		||||
                      gconstpointer  v2);
 | 
			
		||||
guint    g_str_hash  (gconstpointer  v);
 | 
			
		||||
 | 
			
		||||
gboolean g_int_equal (gconstpointer  v,
 | 
			
		||||
gboolean g_int_equal (gconstpointer  v1,
 | 
			
		||||
                      gconstpointer  v2);
 | 
			
		||||
guint    g_int_hash  (gconstpointer  v);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user