commit 241899d50a1354bff27d19991b7fe194eef9b3eb
parent a401a2f3251c816e3badc432227e11854fbcf147
Author: Dalton Messmer <33463986+messmerd@users.noreply.github.com>
Date: Fri, 3 Nov 2023 00:23:33 -0400
Clarify return values in remote-controls.h
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/clap/ext/draft/remote-controls.h b/include/clap/ext/draft/remote-controls.h
@@ -56,6 +56,7 @@ typedef struct clap_plugin_remote_controls {
uint32_t(CLAP_ABI *count)(const clap_plugin_t *plugin);
// Get a page by index.
+ // Returns true on success and stores the result into page.
// [main-thread]
bool(CLAP_ABI *get)(const clap_plugin_t *plugin,
uint32_t page_index,