mirror of
https://github.com/brl/mutter.git
synced 2025-05-20 13:44:56 +00:00

This function was added for historic reasons, before that we had GSlist's free_full function. Since this can be now easily implemented with a function call and an explicit GDestroyFunc, while no known dependency uses it let's move to use g_slist_free_func instead. https://gitlab.gnome.org/GNOME/mutter/merge_requests/57