clap

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

commit e0638bb10894b4d8735306e2ae01cd315d811356
parent 3bdb7ea1386d774bc86a2d953c0f37dc00c472b6
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Thu,  9 Mar 2023 10:05:42 +0100

Oups

Diffstat:
Minclude/clap/ext/gui.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/include/clap/ext/gui.h b/include/clap/ext/gui.h @@ -185,7 +185,6 @@ typedef struct clap_plugin_gui { // Suggests a window title. Only for floating windows. // - // Returns true on success. // [main-thread & floating] void(CLAP_ABI *suggest_title)(const clap_plugin_t *plugin, const char *title);