Method
LspTextDocumentEditget_text_document
Declaration
void
lsp_text_document_edit_get_text_document (
LspTextDocumentEdit* self,
LspTextDocumentIdentifier* result
)
Description
Gets the value of text_document.
The text document to change. This may be a versioned TextDocumentIdentifier.
Parameters
result-
Type:
LspTextDocumentIdentifierThe value of
text_document.The argument will be set by the function. The returned data is owned by the instance.