clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 77d51eccc0e92ba71aa1644144ea1d26638175f0
parent 2129cd7b00a6a49c7e16b7f7d8302a83736e3877
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri,  6 Jan 2023 16:02:38 +0100

Specify that the timestamp is in seconds since epoch

Diffstat:
Minclude/clap/factory/draft/preset-discovery.h | 1+
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 @@ -139,6 +139,7 @@ typedef struct clap_preset_discovery_metadata_receiver { const char *description); // Sets the creation time and last modification time of the preset. + // The timestamps are in seconds since EPOCH. // If one of the time isn't known, then set it to 0. // If this function is not called, then the indexer may look at the file's creation and // modification time.