Home
last modified time | relevance | path

Searched refs:inherited_spec2 (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/glib/tests/gobject/
Difaceproperties.c119 static GParamSpec *inherited_spec1, *inherited_spec2, *inherited_spec3, *inherited_spec4; variable
226 g_assert (pspec == inherited_spec2); in base_object_set_property()
256 g_assert (pspec == inherited_spec2); in base_object_get_property()
279 pspec == inherited_spec2 || in base_object_notify()
302 inherited_spec2 = g_param_spec_int ("prop2", in base_object_class_init()
309 g_object_class_install_property (object_class, BASE_PROP2, inherited_spec2); in base_object_class_init()
473 g_assert (g_object_class_find_property (object_class, "prop2") == inherited_spec2); in main()
482 assert_in_properties (inherited_spec2, properties, n_properties); in main()