Fix a parameter name mismatch

gtk-doc gets unhappy if parameters aren't named the same in
headers, sources and doc comments.
This commit is contained in:
Matthias Clasen 2012-02-10 21:09:39 -05:00
parent 6293105593
commit 8cb48f644d

View 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,