Method

LspTextEditget_range

Declaration

void
lsp_text_edit_get_range (
  LspTextEdit* self,
  LspRange* result
)

Description

Gets 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.
result

Type: LspRange

The value of range.

The argument will be set by the function.
The returned data is owned by the instance.