Method
FoundryLspClientcall
Declaration [src]
DexFuture*
foundry_lsp_client_call (
FoundryLspClient* self,
const char* method,
GVariant* 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:
GVariant
Parameters for the method call.
The data is owned by the caller of the method.