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:
LspDocumentHighlightNo description available.
The argument can be NULL. value-
Type:
LspDocumentHighlightKindThe new value of
kind.