mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-06 11:00:57 +01:00
56a56f1ee5
We already have the GType with which the GValue should be initialized, so requiring an initialized GValue is not really necessary, and it actually complicates code that wraps GObject, by requiring the retrieval of the GParamSpec in order to get the property type. Additionally, it introduces a mostly unnecessary g_value_reset(). We already changed g_object_getv() to allow passing uninitialized GValues, but this fell through the cracks. Closes: #737