One more parameter renamed
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 1 May 2005 22:28:57 +0000 (22:28 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 1 May 2005 22:28:57 +0000 (22:28 +0000)
glib/ghash.h

index 5b3f7b7..8e24342 100644 (file)
@@ -102,7 +102,7 @@ guint    g_int_hash  (gconstpointer  v);
  * same effect as passing g_direct_hash().
  */
 guint    g_direct_hash  (gconstpointer  v) G_GNUC_CONST;
-gboolean g_direct_equal (gconstpointer  v,
+gboolean g_direct_equal (gconstpointer  v1,
                          gconstpointer  v2) G_GNUC_CONST;
 
 G_END_DECLS