Searched defs:type_module_type (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgtypemodule.c153 static GType type_module_type = 0; local
155 if (!type_module_type)
174 type_module_type = g_type_register_static (G_TYPE_OBJECT, g_intern_static_string ("GTypeModule"), &type_module_info, G_TYPE_FLAG_ABSTRACT);
176 g_type_add_interface_static (type_module_type, G_TYPE_TYPE_PLUGIN, &iface_info);
179 return type_module_type;

Completed in 38 milliseconds