Home
last modified time | relevance | path

Searched refs:GTypePluginClass (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/glib/gobject/
Dgtypeplugin.c100 sizeof (GTypePluginClass), in g_type_plugin_get_type()
122 GTypePluginClass *iface; in g_type_plugin_use()
141 GTypePluginClass *iface; in g_type_plugin_unuse()
166 GTypePluginClass *iface; in g_type_plugin_complete_type_info()
197 GTypePluginClass *iface; in g_type_plugin_complete_interface_info()
Dgtypeplugin.h33 …YPE_PLUGIN_CLASS(vtable) (G_TYPE_CHECK_CLASS_CAST ((vtable), G_TYPE_TYPE_PLUGIN, GTypePluginClass))
36 …UGIN_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), G_TYPE_TYPE_PLUGIN, GTypePluginClass))
40 typedef struct _GTypePluginClass GTypePluginClass; typedef
Dgtypemodule.c142 g_type_module_iface_init (GTypePluginClass *iface) in g_type_module_iface_init()
/external/bluetooth/glib/docs/reference/gobject/
Dgobject-sections.txt171 GTypePluginClass
/external/bluetooth/glib/docs/reference/
DChangeLog3096 * gobject/gobject-sections.txt: Add GTypeClass, GTypePluginClass