Method

LspServerInfoset_version

Declaration

void
lsp_server_info_set_version (
  LspServerInfo* self,
  const gchar* value
)

Description

Sets the value of version.

Parameters

value

Type: const gchar*

The new value of version.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.