Struct

LspChangeAnnotation

Description

struct LspChangeAnnotation {
  /* No available fields */
}

Additional information that describes document changes.

Since: 3.16.0.

Constructors

lsp_change_annotation_new

Creates a new LspChangeAnnotation.

lsp_change_annotation_new_from_variant

Deserialize this from a GVariant.

Instance methods

lsp_change_annotation_ref
No description available.

lsp_change_annotation_unref
No description available.

lsp_change_annotation_get_label

Gets the value of label.

lsp_change_annotation_set_label

Sets the value of label.

lsp_change_annotation_get_needs_confirmation

Gets the value of needs_confirmation.

lsp_change_annotation_set_needs_confirmation

Sets the value of needs_confirmation.

lsp_change_annotation_get_description

Gets the value of description.

lsp_change_annotation_set_description

Sets the value of description.

lsp_change_annotation_to_variant

Serializes this to a GVariant.