mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +01:00
35d5f9488c
Make the 'complex construction' case more realistic by adding a string property. And mark the properties as G_PARAM_STATIC_STRINGS, since this is commonly done, and doing so will enable some optimizations. Also, use g_object_class_install_properties, to test optimizations that will be tied to using that function.