Constructor

LspTextDocumentEditnew

Declaration

LspTextDocumentEdit*
lsp_text_document_edit_new (
  LspTextDocumentIdentifier* text_document,
  LspTextEdit* edits,
  gint edits_length1
)

Description

No description available.

Parameters

text_document

Type: LspTextDocumentIdentifier

No description available.

The data is owned by the caller of the function.
edits

Type: An array of LspTextEdit

No description available.

The length of the array is specified in the edits_length1 argument.
The data is owned by the caller of the function.
edits_length1

Type: gint

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