Method

LspInlayHintset_position

Declaration

void
lsp_inlay_hint_set_position (
  LspInlayHint* self,
  LspPosition* value
)

Description

Sets the value of position.

The position of this hint.

Parameters

value

Type: LspPosition

The new value of position.

The data is owned by the caller of the method.