Method
LspTextDocumentEditset_text_document
Declaration
void
lsp_text_document_edit_set_text_document (
LspTextDocumentEdit* self,
LspTextDocumentIdentifier* value
)
Description
Sets the value of text_document.
The text document to change. This may be a versioned TextDocumentIdentifier.
Parameters
value-
Type:
LspTextDocumentIdentifierThe new value of
text_document.The data is owned by the caller of the method.