clap

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

commit 155ff7a2d3335d328199bcaa5dacff8dbaf9f4e6
parent a3c7ca5195cf934b26dfe0cd94524cf9e95cbbd4
Author: Tim Janik <timj@gnu.org>
Date:   Sat, 13 Aug 2022 05:17:48 +0200

INCLUDE: clap/ext/draft/file-reference.h: document set_dirty()

Signed-off-by: Tim Janik <timj@gnu.org>

Diffstat:
Minclude/clap/ext/draft/file-reference.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/clap/ext/draft/file-reference.h b/include/clap/ext/draft/file-reference.h @@ -78,6 +78,7 @@ typedef struct clap_host_file_reference { // [main-thread] void (*changed)(const clap_host_t *host); + // Informs the host that file contents have changed, a call to save_resources() is needed. // [main-thread] void (*set_dirty)(const clap_host_t *host, clap_id resource_id); } clap_host_file_reference;