Struct

LspParameterInformation

Description

struct LspParameterInformation {
  /* No available fields */
}

Represents a parameter of a callable-signature. A parameter can have a label and a doc-comment.

Constructors

lsp_parameter_information_new
No description available.

lsp_parameter_information_new_with_offsets
No description available.

lsp_parameter_information_new_from_variant
No description available.

Instance methods

lsp_parameter_information_ref
No description available.

lsp_parameter_information_unref
No description available.

lsp_parameter_information_get_label

Gets the value of label.

lsp_parameter_information_set_label

Sets the value of label.

lsp_parameter_information_get_has_label_offsets

Gets the value of has_label_offsets.

lsp_parameter_information_get_label_start

Gets the value of label_start.

lsp_parameter_information_get_label_end

Gets the value of label_end.

lsp_parameter_information_get_documentation

Gets the value of documentation.

lsp_parameter_information_set_documentation

Sets the value of documentation.

lsp_parameter_information_to_variant
No description available.