Estimated read time: 1 minutes
just a draft about how to re-call a plugin from an other plugin in the setup:
extern GList *plugin_list; int i;
plugin_t *plugin;
for (i=0; iname, "loadsource"))
plugin->run(config);
}
here we call the loadsource plugin from an another plugin