Method

LspCompletionItemset_kind

Declaration

void
lsp_completion_item_set_kind (
  LspCompletionItem* self,
  LspCompletionItemKind value
)

Description

Sets the value of kind.

The kind of this completion item.

Parameters

value

Type: LspCompletionItemKind

The new value of kind.