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:
Ryan Lortie
2012-01-06 10:09:32 -05:00
parent b87f6f9f8c
commit 752f0cac15
4 changed files with 56 additions and 0 deletions

View File

@@ -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