Remove disco features added by plugins on unload

This commit is contained in:
James Booth
2016-08-11 23:20:59 +01:00
parent bb676cc0fc
commit a65403c54a
12 changed files with 91 additions and 18 deletions

View File

@@ -35,7 +35,8 @@
#ifndef PLUGINS_DISCO_H
#define PLUGINS_DISCO_H
void disco_add_feature(char *feature);
void disco_add_feature(const char* plugin_name, char *feature);
void disco_remove_features(const char *plugin_name);
GList* disco_get_features(void);
void disco_close(void);