We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27517a5 commit 92f68fcCopy full SHA for 92f68fc
include/clap/ext/draft/undo.h
@@ -157,10 +157,12 @@ typedef struct clap_host_undo {
157
// The plugin may only need the context info if it's GUI is shown and it wants to display
158
// undo/redo info.
159
//
160
+ // Initial state is unsubscribed.
161
+ //
162
// wants_info: set to true to receive context info
163
164
// [main-thread]
- void(CLAP_ABI *subscribe_to_context_info)(const clap_host_t *host, bool wants_info);
165
+ void(CLAP_ABI *set_wants_context_info)(const clap_host_t *host, bool wants_info);
166
} clap_host_undo_t;
167
168
#ifdef __cplusplus
0 commit comments