Method
FoundryLspClientcall
Declaration [src]
DexFuture*
foundry_lsp_client_call (
FoundryLspClient* self,
const char* method,
JsonNode* params
)
Parameters
method
-
Type:
const char*
The method name to call.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. params
-
Type:
JsonNode
Parameters for the method call.
The argument can be NULL
.The data is owned by the caller of the method.