Method

LspDocumentRangeFormattingParamsset_range

Declaration

void
lsp_document_range_formatting_params_set_range (
  LspDocumentRangeFormattingParams* self,
  LspRange* value
)

Description

Sets the value of range.

The range to format.

Parameters

value

Type: LspRange

The new value of range.

The data is owned by the caller of the method.