Method

LspDocumentHighlightset_kind

Declaration

void
lsp_document_highlight_set_kind (
  LspDocumentHighlight* self,
  LspDocumentHighlightKind value
)

Description

Sets the value of kind.

The highlight kind, default is LSP_DOCUMENT_HIGHLIGHT_KIND_TEXT.

Parameters

self

Type: LspDocumentHighlight

No description available.

The argument can be NULL.
value

Type: LspDocumentHighlightKind

The new value of kind.