Method

LspTextDocumentItemset_version

Declaration

void
lsp_text_document_item_set_version (
  LspTextDocumentItem* self,
  gint64 value
)

Description

Sets the value of version.

The version number of this document (it will increase after each change, including undo/redo).

Parameters

value

Type: gint64

The new value of version.