Searched refs:iface_vtable (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/tests/gobject/
H A Difaceproperties.c122 test_iface_default_init (TestIfaceClass *iface_vtable) argument
131 g_object_interface_install_property (iface_vtable, iface_spec1);
140 g_object_interface_install_property (iface_vtable, iface_spec2);
149 g_object_interface_install_property (iface_vtable, iface_spec3);
426 TestIfaceClass *iface_vtable; local
489 iface_vtable = g_type_default_interface_peek (TEST_TYPE_IFACE);
491 g_assert (g_object_interface_find_property (iface_vtable, "prop1") == iface_spec1);
492 g_assert (g_object_interface_find_property (iface_vtable, "prop2") == iface_spec2);
493 g_assert (g_object_interface_find_property (iface_vtable, "prop3") == iface_spec3);
497 properties = g_object_interface_list_properties (iface_vtable,
[all...]

Completed in 63 milliseconds