mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
GHashTable: new 'add' and 'contains' APIs
These are both convenience APIs that make it slightly nicer to use GHashTable as a set (which is something we document as officially supported).
This commit is contained in:
@@ -2228,6 +2228,8 @@ GHashFunc
|
||||
GEqualFunc
|
||||
g_hash_table_insert
|
||||
g_hash_table_replace
|
||||
g_hash_table_add
|
||||
g_hash_table_contains
|
||||
g_hash_table_size
|
||||
g_hash_table_lookup
|
||||
g_hash_table_lookup_extended
|
||||
|
Reference in New Issue
Block a user