Struct

LspClientInfo

Description

struct LspClientInfo {
  /* No available fields */
}

Information about the client/editor.

Since: 3.15.0.

Constructors

lsp_client_info_new
No description available.

lsp_client_info_new_from_variant
No description available.

Instance methods

lsp_client_info_ref
No description available.

lsp_client_info_unref
No description available.

lsp_client_info_get_name

Gets the value of name.

lsp_client_info_set_name

Sets the value of name.

lsp_client_info_get_version

Gets the value of version.

lsp_client_info_set_version

Sets the value of version.

lsp_client_info_to_variant
No description available.