Method

LspTextDocumentEditset_edits

Declaration

void
lsp_text_document_edit_set_edits (
  LspTextDocumentEdit* self,
  LspTextEdit* value,
  gint value_length1
)

Description

Sets the value of edits.

Parameters

value

Type: An array of LspTextEdit

The new value of edits.

The length of the array is specified in the value_length1 argument.
The data is owned by the caller of the method.
value_length1

Type: gint

No description available.