Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/gobject/
Difaceproperties.c115 static GParamSpec *iface_spec1, *iface_spec2, *iface_spec3; variable
142 inherited_spec3 = iface_spec3 = g_param_spec_int ("prop3", in test_iface_default_init()
149 g_object_interface_install_property (iface_vtable, iface_spec3); in test_iface_default_init()
493 g_assert (g_object_interface_find_property (iface_vtable, "prop3") == iface_spec3); in main()
501 assert_in_properties (iface_spec3, properties, n_properties); in main()