mirror of
https://github.com/brl/mutter.git
synced 2025-03-06 13:18:15 +00:00

The type has been deprecated, so stop using it. The easiest replacement would be to add our own struct, but considering that separate name/value arrays are easier to free (g_auto!) and we already do the split in one place, go that route. https://gitlab.gnome.org/GNOME/mutter/merge_requests/689