Method
LspTextEditget_range
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:
LspTextEditNo description available.
The argument can be NULL. result-
Type:
LspRangeThe value of
range.The argument will be set by the function. The returned data is owned by the instance.