Method

LspInitializeResultset_server_info

Declaration

void
lsp_initialize_result_set_server_info (
  LspInitializeResult* self,
  LspServerInfo* value
)

Description

Sets the value of server_info.

Information about the server.

Since:

3.15.0.

Parameters

value

Type: LspServerInfo

The new value of server_info.

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