Method

LspServerinitialized_async

Declaration

void
lsp_server_initialized_async (
  LspServer* self,
  LspClient* client,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description

The initialized notification is sent from the client to the server after the client received the result of the initialize request but before the client is sending any other request or notification to the server.

The server can use the initialized notification for example to dynamically register capabilities. The initialized notification may only be sent once.

Parameters

client

Type: LspClient

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.