Skip to content

map: rename pw_map_insert_at to pw_map_replace_at

Peter Hutterer requested to merge whot/pipewire:wip/pw_map_replace_at into master

See commit c07f0ccb, this function must not be used to actually insert new data, it can only replace existing data in the map. Let's rename the function and mark the old one as deprecated.

Related !975 (merged)

Merge request reports