Home
last modified time | relevance | path

Searched refs:inherited_spec3 (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
142 inherited_spec3 = iface_spec3 = g_param_spec_int ("prop3", in test_iface_default_init()
280 pspec == inherited_spec3 || in base_object_notify()
345 g_assert (pspec == inherited_spec3); in DEFINE_TYPE_FULL()
369 g_assert (pspec == inherited_spec3); in derived_object_get_property()
474 g_assert (g_object_class_find_property (object_class, "prop3") == inherited_spec3); in main()
483 assert_in_properties (inherited_spec3, properties, n_properties); in main()