Method
IdeLspClientset_initialization_options
Declaration
void
ide_lsp_client_set_initialization_options (
IdeLspClient* self,
GVariant* options
)
Description
Sets the initilizationOptions
to send to the language server
when the server is initialized.
if options
is floating, the floating reference will be taken
when calling this function otherwise the reference count of
options
will be incremented by one.
Sets property | Ide.LspClient:initialization-options |
Parameters
options
-
Type:
GVariant
A
GVariant
orNULL
.The argument can be NULL
.The data is owned by the caller of the method.