mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 20:08:56 +00:00
9189b7b512
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