Method

LspTextDocumentIdentifierset_version

Declaration

void
lsp_text_document_identifier_set_version (
  LspTextDocumentIdentifier* self,
  gint64* value
)

Description

Sets the value of version.

The version number of this document.

The version number of a document will increase after each change, including undo/redo. The number doesn’t need to be consecutive.

Parameters

self

Type: LspTextDocumentIdentifier

No description available.

The argument can be NULL.
value

Type: gint64*

The new value of version.

The argument can be NULL.
The data is owned by the caller of the method.