Method

LspInitializeResultget_server_info

Declaration

LspServerInfo*
lsp_initialize_result_get_server_info (
  LspInitializeResult* self
)

Description

Gets the value of server_info.

Information about the server.

Since:

3.15.0.

Return value

Type: LspServerInfo

The value of server_info.

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