From 8cb48f644d66fef98429d2adbf298d3225a25fef Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Feb 2012 21:09:39 -0500 Subject: [PATCH] Fix a parameter name mismatch gtk-doc gets unhappy if parameters aren't named the same in headers, sources and doc comments. --- glib/ghash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/ghash.h b/glib/ghash.h index 5df648e..b369989 100644 --- a/glib/ghash.h +++ b/glib/ghash.h @@ -79,7 +79,7 @@ void g_hash_table_steal_all (GHashTable *hash_table); gpointer g_hash_table_lookup (GHashTable *hash_table, gconstpointer key); gboolean g_hash_table_contains (GHashTable *hash_table, - gconstpointer lookup_key); + gconstpointer key); gboolean g_hash_table_lookup_extended (GHashTable *hash_table, gconstpointer lookup_key, gpointer *orig_key, -- 2.7.4