Method

LspInlayHintParamsset_range

Declaration

void
lsp_inlay_hint_params_set_range (
  LspInlayHintParams* self,
  LspRange* value
)

Description

Sets the value of range.

The range to fetch inlay hints for.

Parameters

value

Type: LspRange

The new value of range.

The data is owned by the caller of the method.