Method

LspInlayHintParamsset_text_document

Declaration

void
lsp_inlay_hint_params_set_text_document (
  LspInlayHintParams* self,
  LspTextDocumentIdentifier* value
)

Description

Sets the value of text_document.

The document to fetch inlay hints for.

Parameters

value

Type: LspTextDocumentIdentifier

The new value of text_document.

The data is owned by the caller of the method.