mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-06 17:33:39 +02:00
g_object_class_install_property() currently lets you install properties that are neither readable nor writable. Add a check to prevent that. https://bugzilla.gnome.org/show_bug.cgi?id=666616