Method

LspTextDocumentIdentifierget_version

Declaration

gint64*
lsp_text_document_identifier_get_version (
  LspTextDocumentIdentifier* self
)

Description

Gets 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.

Return value

Type: gint64*

The value of version.

The returned data is owned by the instance.
The return value can be NULL.