commit 51218ad0231ef1de01392201f8a6336c116907c8
parent ca7cb84e8e57cd91bc547d85c66be28f75f26e59
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Thu, 16 Oct 2014 15:03:07 +0200
get_presets() becomes get_preset()
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/clap.h b/include/clap/clap.h
@@ -351,7 +351,7 @@ struct clap_plugin
/* Returns a newly allocated preset list. The caller has to free it. */
uint32_t (*get_presets_count)(struct clap_plugin *plugin);
- bool (*get_presets)(struct clap_plugin *plugin, uint32_t index, struct clap_preset *preset);
+ bool (*get_preset)(struct clap_plugin *plugin, uint32_t index, struct clap_preset *preset);
/* activation */
bool (*activate)(struct clap_plugin *plugin);