commit c9f2e2c93a22540c1154e3eca8ade3a1045c8f13
parent 634e198747ec48eca7be37f23832f12a5e0d99aa
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Fri, 6 Jan 2023 14:29:17 +0100
Use abi instead of api
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/clap/factory/draft/preset-discovery.h b/include/clap/factory/draft/preset-discovery.h
@@ -111,10 +111,10 @@ typedef struct clap_preset_discovery_metadata_receiver {
const char *preset_id);
// Adds a plug-in id that this preset can be used with.
- // plugin_api: 0 for CLAP
+ // plugin_abi: 0 for CLAP
void(CLAP_ABI *clap_add_plugin_id)(
const struct clap_preset_discovery_metadata_receiver *receiver,
- uint32_t plugin_api,
+ uint32_t plugin_abi,
const char *plugin_id);
// Sets the collection to which the preset belongs to.