commit 4df0fed2eac8bcaf968819898bb85aaf100dee61 parent ec4a6e8870a6e5b6be01d69def2d08c057d05252 Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Tue, 7 Mar 2023 10:20:08 +0100 Fixes #298 Diffstat:
M | include/clap/factory/draft/preset-discovery.h | | | 4 | ++-- |
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 @@ -119,8 +119,8 @@ typedef struct clap_preset_discovery_metadata_receiver { // This must be called for every preset in the file and before any preset metadata is // sent with the calls below. // - // If the preset file is a preset container then name and load_key are mandatory, - // otherwise they must be null. + // If the preset file is a preset container then name and load_key are mandatory, otherwise + // they are optional. // // The load_key is a machine friendly string used to load the preset inside the container via a // the preset-load plug-in extension. The load_key can also just be the subpath if that's what