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

  /external/bluetooth/glib/gobject/
gtypeplugin.c 156 * Calls the @complete_type_info function from the #GTypePluginClass of @plugin.
173 iface->complete_type_info (plugin,
gtypeplugin.h 63 * The type of the @complete_type_info function of #GTypePluginClass.
94 * @complete_type_info: Fills in the #GTypeInfo and
114 GTypePluginCompleteTypeInfo complete_type_info; member in struct:_GTypePluginClass
gtypemodule.c 146 iface->complete_type_info = g_type_module_complete_type_info;
gtype.c 620 if (need_complete_type_info && !G_TYPE_PLUGIN_GET_CLASS (plugin)->complete_type_info)
622 g_warning ("plugin for type `%s' has no complete_type_info() implementation",
    [all...]

Completed in 52 milliseconds