Skip to content

Commit

Permalink
Merge pull request #387 from Trinitou/document-null-termination
Browse files Browse the repository at this point in the history
Document null terminated string members of clap_universal_plugin_id
  • Loading branch information
abique authored Jan 18, 2024
2 parents 2a98bd9 + 6055daa commit 19a640b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/clap/universal-plugin-id.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 19a640b

Please sign in to comment.