mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
nvim_list_uis: include channel id
This commit is contained in:
@@ -36,6 +36,7 @@ struct ui_t {
|
||||
#endif
|
||||
void (*event)(UI *ui, char *name, Array args, bool *args_consumed);
|
||||
void (*stop)(UI *ui);
|
||||
void (*inspect)(UI *ui, Dictionary *info);
|
||||
};
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
|
Reference in New Issue
Block a user