Method

LspDocumentRangeFormattingParamsget_range

Declaration

void
lsp_document_range_formatting_params_get_range (
  LspDocumentRangeFormattingParams* self,
  LspRange* result
)

Description

Gets the value of range.

The range to format.

Parameters

result

Type: LspRange

The value of range.

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