Method
FoundryLspClientnotify
Declaration [src]
DexFuture*
foundry_lsp_client_notify (
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:
JsonNodeParameters for the notification.
The argument can be NULL.The data is owned by the caller of the method.