summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-04-16 16:02:13 +0100
committerPhilip Withnall <withnall@endlessm.com>2018-05-08 12:41:13 +0100
commit6acece5074d00f54c65a018498d9913664fa52ba (patch)
treecf25be39ec1212e8ab76307da0ae4090fd99c15d /docs/reference
parent864cb71524d355dfccf3aad104981f72b179a3be (diff)
downloadglib-6acece5074d00f54c65a018498d9913664fa52ba.tar.gz
ghash: Add g_hash_table_steal_extended()
This is a combination of g_hash_table_lookup_extended() and g_hash_table_steal(), so that users can combine the two to reduce code and eliminate a pointless second hash table lookup by g_hash_table_steal(). Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=795302
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/glib/glib-sections.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt
index 47baf5eb8..f4b8dba54 100644
--- a/docs/reference/glib/glib-sections.txt
+++ b/docs/reference/glib/glib-sections.txt
@@ -2453,6 +2453,7 @@ g_hash_table_find
GHFunc
g_hash_table_remove
g_hash_table_steal
+g_hash_table_steal_extended
g_hash_table_foreach_remove
g_hash_table_foreach_steal
g_hash_table_remove_all