commit 84e643fcd68ff122956147898f3030bdb50d93fe
parent 19de6f3017b8af110105ba5b486a00aefe8ac5a4
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Wed, 18 Jan 2023 13:02:42 +0100
Update include/clap/factory/draft/preset-discovery.h
Co-authored-by: Trinitou <106991375+Trinitou@users.noreply.github.com>
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
@@ -146,6 +146,7 @@ typedef struct clap_preset_discovery_metadata_receiver {
const char *description);
// Sets the creation time and last modification time of the preset.
+ // If one of the times isn't known, set it to CLAP_TIMESTAMP_UNKNOWN.
// If this function is not called, then the indexer may look at the file's creation and
// modification time.
void(CLAP_ABI *set_timestamps)(const struct clap_preset_discovery_metadata_receiver *receiver,