Method

LspCompletionItemset_deprecated

Declaration

void
lsp_completion_item_set_deprecated (
  LspCompletionItem* self,
  gboolean value
)

Description

Sets the value of deprecated.

Whether this completion item is deprecated.

This protocol field is deprecated in favor of tags, but is retained for clients that do not support completion item tags.

Parameters

value

Type: gboolean

The new value of deprecated.