HomeSort by relevance Sort by last modified time
    Searched refs:G_TYPE_PLUGIN (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gobject/
gtypeplugin.h 32 #define G_TYPE_PLUGIN(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), G_TYPE_TYPE_PLUGIN, GTypePlugin))
gtypemodule.c 399 if (old_plugin != G_TYPE_PLUGIN (module))
429 module_type_info->type = g_type_register_dynamic (parent_type, type_name, G_TYPE_PLUGIN (module), flags);
479 else if (old_plugin != G_TYPE_PLUGIN (module))
497 g_type_add_interface_dynamic (instance_type, interface_type, G_TYPE_PLUGIN (module));

Completed in 127 milliseconds