| Anjuta Developers Reference Manual |
|---|
GlueFactory — Underlying plugin factory
struct GlueFactory; GlueFactory* glue_factory_new (void); gboolean glue_factory_add_path (GlueFactory *factory, const char *path); GType glue_factory_get_object_type (GlueFactory *factory, const gchar *component_name, const gchar *type_name); GObject* glue_factory_create_object (GlueFactory *factory, const gchar *component_name, const gchar *type_name, ...);
gboolean glue_factory_add_path (GlueFactory *factory, const char *path);
| factory : | |
| path : | |
| Returns : |
GType glue_factory_get_object_type (GlueFactory *factory, const gchar *component_name, const gchar *type_name);
| factory : | |
| component_name : | |
| type_name : | |
| Returns : |
GObject* glue_factory_create_object (GlueFactory *factory, const gchar *component_name, const gchar *type_name, ...);
| factory : | |
| component_name : | |
| type_name : | |
| ... : | |
| Returns : |
| << libanjuta internal API | GluePlugin >> |