Remove disco features added by plugins on unload
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user