mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-20 22:50:06 +01:00
Add some helpers for freeing a linked list along with its elements by providing a GDestroyNotify to call on each of them. Add a test. Based on a patch from Cosimo Cecchi.