mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
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:
parent
6293105593
commit
8cb48f644d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user