One more parameter renamed

This commit is contained in:
Matthias Clasen 2005-05-01 22:28:57 +00:00
parent 5374882914
commit b4cddba516

View 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