Cosmetics
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 1 May 2005 21:14:13 +0000 (21:14 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 1 May 2005 21:14:13 +0000 (21:14 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/ghash.h

index 7bbbc87..daa79c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
index 7bbbc87..daa79c3 100644 (file)
@@ -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)
index 7bbbc87..daa79c3 100644 (file)
@@ -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)
index 7bbbc87..daa79c3 100644 (file)
@@ -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)
index f0886d5..5b3f7b7 100644 (file)
@@ -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);