![]() | ![]() | ![]() | Anjuta Developers Reference Manual | ![]() |
---|
GluePlugin — Underlying glue plugin
struct GluePlugin; struct GluePluginComponent; GType (*GluePluginComponentGetTypeFunc) (GluePlugin *plugin); GluePlugin* glue_plugin_new (GModule *module); #define GLUE_PLUGIN_MODULE (components) #define GLUE_REGISTER_COMPONENTS (components) #define GLUE_GET_COMPONENT_TYPE (components)
struct GluePluginComponent { const gchar *name; GluePluginComponentGetTypeFunc get_type_func; };
GType (*GluePluginComponentGetTypeFunc) (GluePlugin *plugin);
plugin : | |
Returns : |
<< GlueFactory | ESplash >> |