HomeSort by relevance Sort by last modified time
    Searched full:test_iface_type (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gobject/
testgobject.c 46 static GType test_iface_type = 0; local
48 if (!test_iface_type)
57 test_iface_type = g_type_register_static (G_TYPE_INTERFACE, "TestIface", &test_iface_info, 0);
58 g_type_interface_add_prerequisite (test_iface_type, G_TYPE_OBJECT);
61 return test_iface_type;

Completed in 251 milliseconds