Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/gobject/
Difaceproperties.c115 static GParamSpec *iface_spec1, *iface_spec2, *iface_spec3; variable
133 iface_spec2 = g_param_spec_int ("prop2", in test_iface_default_init()
140 g_object_interface_install_property (iface_vtable, iface_spec2); in test_iface_default_init()
492 g_assert (g_object_interface_find_property (iface_vtable, "prop2") == iface_spec2); in main()
500 assert_in_properties (iface_spec2, properties, n_properties); in main()