Fix a parameter name mismatch
authorMatthias Clasen <mclasen@redhat.com>
Sat, 11 Feb 2012 02:09:39 +0000 (21:09 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 11 Feb 2012 02:09:39 +0000 (21:09 -0500)
gtk-doc gets unhappy if parameters aren't named the same in
headers, sources and doc comments.

glib/ghash.h

index 5df648e..b369989 100644 (file)
@@ -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,