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

  /external/bluetooth/glib/gobject/
gtypeplugin.c 100 sizeof (GTypePluginClass),
115 * Calls the @use_plugin function from the #GTypePluginClass of
122 GTypePluginClass *iface;
134 * Calls the @unuse_plugin function from the #GTypePluginClass of
141 GTypePluginClass *iface;
156 * Calls the @complete_type_info function from the #GTypePluginClass of @plugin.
166 GTypePluginClass *iface;
188 * #GTypePluginClass of @plugin. There should be no need to use this
197 GTypePluginClass *iface;
gtypeplugin.h 33 #define G_TYPE_PLUGIN_CLASS(vtable) (G_TYPE_CHECK_CLASS_CAST ((vtable), G_TYPE_TYPE_PLUGIN, GTypePluginClass))
36 #define G_TYPE_PLUGIN_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), G_TYPE_TYPE_PLUGIN, GTypePluginClass))
40 typedef struct _GTypePluginClass GTypePluginClass;
45 * The type of the @use_plugin function of #GTypePluginClass, which gets called
53 * The type of the @unuse_plugin function of #GTypePluginClass.
63 * The type of the @complete_type_info function of #GTypePluginClass.
77 * The type of the @complete_interface_info function of #GTypePluginClass.
91 * GTypePluginClass:
gtypemodule.c 142 g_type_module_iface_init (GTypePluginClass *iface)

Completed in 526 milliseconds