Method

LspEditorinitialize_with_params_async

Declaration

void
lsp_editor_initialize_with_params_async (
  LspEditor* self,
  LspInitializeParams* init_params,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description

Initializes the server with caller-provided protocol parameters.

Use this form when the editor needs to advertise client capabilities, client information, locale, or initialization options.

Parameters

init_params

Type: LspInitializeParams

No description available.

The data is owned by the caller of the method.
_callback_

Type: GAsyncReadyCallback

No description available.

The argument can be NULL.
_callback__target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.