aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2022-09-15 23:48:51 -0400
committerJohn Thacker <johnthacker@gmail.com>2022-09-16 07:39:26 -0400
commit819d392aff23978727e938ad43f0726d00295cfe (patch)
tree76b54ebeedaefb16e15057b8e9cb1ae32b94e422 /packaging
parentc949c99ad1d5ec5dadb269fc99383502040804b9 (diff)
wmem: Add a wmem_map_foreach_remove function
Like wmem_map_remove(), this frees the key/value pair item in the map but not the key or the value itself (which may in fact be the same object.) Not generally a problem, as they'll get freed by the pool. (If someone wants to manage memory themselves, they should probably be using a GHashTable.)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debian/libwsutil0.symbols1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/debian/libwsutil0.symbols b/packaging/debian/libwsutil0.symbols
index b033e3be4a..2cb75b417f 100644
--- a/packaging/debian/libwsutil0.symbols
+++ b/packaging/debian/libwsutil0.symbols
@@ -283,6 +283,7 @@ libwsutil.so.0 libwsutil0 #MINVER#
wmem_list_tail@Base 3.5.0
wmem_map_contains@Base 3.5.0
wmem_map_foreach@Base 3.5.0
+ wmem_map_foreach_remove@Base 4.1.0
wmem_map_get_keys@Base 3.5.0
wmem_map_insert@Base 3.5.0
wmem_map_lookup@Base 3.5.0