Method

LspInitializeParamsget_client_info

Declaration

LspClientInfo*
lsp_initialize_params_get_client_info (
  LspInitializeParams* self
)

Description

Gets the value of client_info.

Information about the client

Since:

3.15.0.

Return value

Type: LspClientInfo

The value of client_info.

The returned data is owned by the instance.
The return value can be NULL.