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

  /external/bluetooth/glib/gobject/
gtypeplugin.c 134 * Calls the @unuse_plugin function from the #GTypePluginClass of
146 iface->unuse_plugin (plugin);
gtypeplugin.h 53 * The type of the @unuse_plugin function of #GTypePluginClass.
93 * @unuse_plugin: Decreases the use count of the plugin.
113 GTypePluginUnuse unuse_plugin; member in struct:_GTypePluginClass
gtypemodule.c 145 iface->unuse_plugin = (void (*) (GTypePlugin *))g_type_module_unuse;

Completed in 107 milliseconds