mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
GObject: do checks on interface property install
Add some checks to g_object_interface_install_property() similar to those in g_object_class_install_property(). https://bugzilla.gnome.org/show_bug.cgi?id=666616
This commit is contained in:
@@ -487,7 +487,7 @@ test_interface_default_init (TestInterfaceInterface *iface)
|
||||
g_object_interface_install_property (iface, pspec);
|
||||
exit (0);
|
||||
}
|
||||
//g_test_trap_assert_failed (); XXX g_object_interface_install_property has no checks
|
||||
g_test_trap_assert_failed ();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user