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;here we call the loadsource plugin from an another pluginint i; plugin_t *plugin;
for (i=0; i
name, "loadsource")) plugin->run(config); }