From 6055daa60525ca3e903344c1d0f9c80b0e78e293 Mon Sep 17 00:00:00 2001 From: trinitou Date: Thu, 18 Jan 2024 19:16:58 +0100 Subject: [PATCH] Document null-terminated string members of clap_universal_plugin_id --- include/clap/universal-plugin-id.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/clap/universal-plugin-id.h b/include/clap/universal-plugin-id.h index dda0cab2..b039d035 100644 --- a/include/clap/universal-plugin-id.h +++ b/include/clap/universal-plugin-id.h @@ -5,11 +5,11 @@ // If you want to represent other formats please send us an update to the comment with the // name of the abi and the representation of the id. typedef struct clap_universal_plugin_id { - // The plugin ABI name, in lowercase. + // The plugin ABI name, in lowercase and null-terminated. // eg: "clap", "vst3", "vst2", "au", ... const char *abi; - // The plugin ID, formatted as follow: + // The plugin ID, null-terminated and formatted as follows: // // CLAP: use the plugin id // eg: "com.u-he.diva"