Struct

LspSignatureInformation

Description

struct LspSignatureInformation {
  /* No available fields */
}

Represents the signature of something callable. A signature can have a label, a doc-comment, and a set of parameters.

Constructors

lsp_signature_information_new
No description available.

lsp_signature_information_new_from_variant
No description available.

Instance methods

lsp_signature_information_ref
No description available.

lsp_signature_information_unref
No description available.

lsp_signature_information_get_label

Gets the value of label.

lsp_signature_information_set_label

Sets the value of label.

lsp_signature_information_get_documentation

Gets the value of documentation.

lsp_signature_information_set_documentation

Sets the value of documentation.

lsp_signature_information_get_parameters

Gets the value of parameters.

lsp_signature_information_set_parameters

Sets the value of parameters.

lsp_signature_information_add_parameter

Appends a parameter to LspSignatureInformation:parameters.

lsp_signature_information_get_active_parameter

Gets the value of active_parameter.

lsp_signature_information_set_active_parameter

Sets the value of active_parameter.

lsp_signature_information_to_variant
No description available.