Constructor
LspTextDocumentEditnew
Declaration
LspTextDocumentEdit*
lsp_text_document_edit_new (
LspTextDocumentIdentifier* text_document,
LspTextEdit* edits,
gint edits_length1
)
Parameters
text_document-
Type:
LspTextDocumentIdentifierNo description available.
The data is owned by the caller of the function. edits-
Type: An array of
LspTextEditNo description available.
The length of the array is specified in the edits_length1argument.The data is owned by the caller of the function. edits_length1-
Type:
gintNo description available.
Return value
Type: LspTextDocumentEdit
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |