Class

LspSymbolInformation

Description

class Lsp.SymbolInformation : GObject.TypeInstance
{
  volatile int ref_count
}

Represents information about programming constructs like variables, classes, interfaces, etc.

Constructors

lsp_symbol_information_new
No description available.

lsp_symbol_information_new_from_variant
No description available.

Instance methods

lsp_symbol_information_get_deprecated

Gets the value of deprecated.

lsp_symbol_information_set_deprecated

Sets the value of deprecated.

lsp_symbol_information_get_name

Gets the value of name.

lsp_symbol_information_set_name

Sets the value of name.

lsp_symbol_information_get_kind

Gets the value of kind.

lsp_symbol_information_set_kind

Sets the value of kind.

lsp_symbol_information_get_tags

Gets the value of tags.

lsp_symbol_information_set_tags

Sets the value of tags.

lsp_symbol_information_get_container_name

Gets the value of container_name.

lsp_symbol_information_set_container_name

Sets the value of container_name.

lsp_symbol_information_get_location

Gets the value of location.

lsp_symbol_information_set_location

Sets the value of location.

lsp_symbol_information_to_variant
No description available.

Class structure

struct LspSymbolInformationClass {
  /* no available fields */
}

No description available.