Method

LspTextEditset_range

Declaration

void
lsp_text_edit_set_range (
  LspTextEdit* self,
  LspRange* value
)

Description

Sets the value of range.

The range of the text document to be manipulated. To insert text into a document create a range where start ==== end.

Parameters

self

Type: LspTextEdit

No description available.

The argument can be NULL.
value

Type: LspRange

The new value of range.

The data is owned by the caller of the method.