Top |
void ags_plugin_factory_read_file (AgsPluginFactory *plugin_factory
,gchar *path
);
GList * ags_plugin_factory_list_by_name (AgsPluginFactory *plugin_factory
,gchar *plugin_name
);
void ags_plugin_factory_add (AgsPluginFactory *plugin_factory
,GType plugin_type
,gchar *plugin_name
,gchar *version
,gchar *build_id
,gchar *xml_type
,GParameter *control
,guint control_count
);
AgsPlugin * ags_plugin_factory_create (AgsPluginFactory *plugin_factory
,gchar *plugin_name
,gchar *version
,gchar *build_id
);
AgsPluginFactory *
ags_plugin_factory_new_from_file (gchar *path
);