clap

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

commit b3ffd50b990f1e43584e73dceccb6c310fe8b952
parent ce78ca62807591732d6433f873fdf3dca3d622b4
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 19 Apr 2024 22:32:44 +0200

doc.

Diffstat:
Minclude/clap/ext/draft/undo.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/draft/undo.h b/include/clap/ext/draft/undo.h @@ -159,7 +159,7 @@ typedef struct clap_host_undo { // [main-thread] void(CLAP_ABI *redo)(const clap_host_t *host); - // Subscribes to undo context info. + // Subscribes or unsubscribe to undo context info. // The plugin may only need the context info if it's GUI is shown and it wants to display // undo/redo info. //