Neovim Home
src
nvim
api
private
Data Structures
|
Typedefs
dispatch.h File Reference
#include "
nvim/api/private/defs.h
"
Go to the source code of this file.
Data Structures
struct
MsgpackRpcRequestHandler
Typedefs
typedef
Object
(*
ApiDispatchWrapper
) (uint64_t channel_id,
Array
args
,
Error
*error)
Typedef Documentation
◆
ApiDispatchWrapper
typedef
Object
(* ApiDispatchWrapper) (uint64_t channel_id,
Array
args
,
Error
*error)