Method

LspInitializeParamsset_client_info

Declaration

void
lsp_initialize_params_set_client_info (
  LspInitializeParams* self,
  LspClientInfo* value
)

Description

Sets the value of client_info.

Information about the client

Since:

3.15.0.

Parameters

value

Type: LspClientInfo

The new value of client_info.

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