Skip to content

Commit

Permalink
Clarify return values in preset-discovery.h
Browse files Browse the repository at this point in the history
  • Loading branch information
messmerd authored Nov 3, 2023
1 parent c82516c commit a8e6a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/clap/factory/draft/preset-discovery.h
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ typedef struct clap_preset_discovery_provider {
void(CLAP_ABI *destroy)(const struct clap_preset_discovery_provider *provider);

// reads metadata from the given file and passes them to the metadata receiver
// Returns true on success.
bool(CLAP_ABI *get_metadata)(const struct clap_preset_discovery_provider *provider,
uint32_t location_kind,
const char *location,
Expand Down

0 comments on commit a8e6a06

Please sign in to comment.