GParameter has been deprecated
GParameter has been deprecated since glib 2.54. I'm trying to update our CI image to Fedora 31 and hit those deprecation errors.
It's not clear which API we should use instead so maybe we should just prevent the warnings using GLIB_DISABLE_DEPRECATION_WARNINGS
?