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

  /external/bluetooth/glib/gobject/
gtypeplugin.c 187 * Calls the @complete_interface_info function from the
203 iface->complete_interface_info (plugin,
gtypeplugin.h 77 * The type of the @complete_interface_info function of #GTypePluginClass.
98 * @complete_interface_info: Fills in missing parts of the #GInterfaceInfo
115 GTypePluginCompleteInterfaceInfo complete_interface_info; member in struct:_GTypePluginClass
gtypemodule.c 147 iface->complete_interface_info = g_type_module_complete_interface_info;
gtype.c 626 if (need_complete_interface_info && !G_TYPE_PLUGIN_GET_CLASS (plugin)->complete_interface_info)
628 g_warning ("plugin for type `%s' has no complete_interface_info() implementation",
    [all...]

Completed in 26 milliseconds