From: Matthias Clasen Date: Sun, 1 May 2005 22:28:57 +0000 (+0000) Subject: One more parameter renamed X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b4cddba516d7fbb15f345548623bb8059b749503;p=dana%2Fcg-glib.git One more parameter renamed --- diff --git a/glib/ghash.h b/glib/ghash.h index 5b3f7b74..8e243428 100644 --- a/glib/ghash.h +++ b/glib/ghash.h @@ -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