Struct

LspInlayHintLabelPart

Description

struct LspInlayHintLabelPart {
  /* No available fields */
}

A part of an inlay hint label.

Since: 3.17.0.

Constructors

lsp_inlay_hint_label_part_new
No description available.

lsp_inlay_hint_label_part_new_from_variant
No description available.

Instance methods

lsp_inlay_hint_label_part_ref
No description available.

lsp_inlay_hint_label_part_unref
No description available.

lsp_inlay_hint_label_part_get_value

Gets the value of value.

lsp_inlay_hint_label_part_set_value

Sets the value of value.

lsp_inlay_hint_label_part_get_tooltip

Gets the value of tooltip.

lsp_inlay_hint_label_part_set_tooltip

Sets the value of tooltip.

lsp_inlay_hint_label_part_get_location

Gets the value of location.

lsp_inlay_hint_label_part_set_location

Sets the value of location.

lsp_inlay_hint_label_part_get_command

Gets the value of command.

lsp_inlay_hint_label_part_set_command

Sets the value of command.

lsp_inlay_hint_label_part_to_variant
No description available.