commit cfc67a8c56ba1437bfb0c724402a93ac361fc642
parent 19ba344b760f036f890ed42b972f5f4b19620306
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Fri, 13 Jan 2023 09:45:42 +0100
Add vendor to collection
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/clap/factory/draft/preset-discovery.h b/include/clap/factory/draft/preset-discovery.h
@@ -191,6 +191,7 @@ typedef struct clap_preset_discovery_collection {
const char *name; // name of this collection
const char *description; // reasonably short description of the collection
const char *homepage_url; // url to the pack's homepage
+ const char *vendor; // collection's vendor
const char *image_uri; // may be an image on disk or from an http server
} clap_preset_discovery_collection_t;