mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
minor fixup to last commit
This commit is contained in:
parent
752f0cac15
commit
21d2c49f82
@ -78,7 +78,7 @@ gboolean g_hash_table_steal (GHashTable *hash_table,
|
||||
void g_hash_table_steal_all (GHashTable *hash_table);
|
||||
gpointer g_hash_table_lookup (GHashTable *hash_table,
|
||||
gconstpointer key);
|
||||
gboolean g_hash_table_has (GHashTable *hash_table,
|
||||
gboolean g_hash_table_contains (GHashTable *hash_table,
|
||||
gconstpointer lookup_key);
|
||||
gboolean g_hash_table_lookup_extended (GHashTable *hash_table,
|
||||
gconstpointer lookup_key,
|
||||
|
Loading…
Reference in New Issue
Block a user