Method

LspInlayHintset_tooltip

Declaration

void
lsp_inlay_hint_set_tooltip (
  LspInlayHint* self,
  LspMarkupContent* value
)

Description

Sets the value of tooltip.

The tooltip text when hovering over this hint.

Parameters

value

Type: LspMarkupContent

The new value of tooltip.

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