Method

LspInlayHintLabelPartset_tooltip

Declaration

void
lsp_inlay_hint_label_part_set_tooltip (
  LspInlayHintLabelPart* self,
  LspMarkupContent* value
)

Description

Sets the value of tooltip.

The tooltip text when hovering over this label part.

Parameters

value

Type: LspMarkupContent

The new value of tooltip.

The argument can be NULL.
The data is owned by the caller of the method.