commit ca2c4f7ea0d9fc00d7fad9d691e6c643576458f4
parent 6eb712e1c0a00980037bce7a01531f248976e8b7
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Mon, 29 Sep 2014 14:24:42 +0200
Add url and license to the plugin
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/clap.h b/clap.h
@@ -174,6 +174,8 @@ struct clap_plugin
const char *description;
const char *manufacturer;
const char *version;
+ const char *url;
+ const char *license;
uint32_t plugin_type;
uint32_t inputs_count;
uint32_t outputs_count;
@@ -196,6 +198,9 @@ struct clap_plugin
/* gui */
void (*open_gui)(struct clap_plugin *plugin);
void (*close_gui)(struct clap_plugin *plugin);
+
+ /* future features */
+ void *(*extention)(struct clap_plugin *plugin, const char *extention_id);
};
struct clap_plugin *