Constructor

LspDocumentRangeFormattingParamsnew

Declaration

LspDocumentRangeFormattingParams*
lsp_document_range_formatting_params_new (
  LspTextDocumentIdentifier* text_document,
  LspRange* range,
  LspFormattingOptions* options
)

Description

No description available.

Parameters

text_document

Type: LspTextDocumentIdentifier

No description available.

The data is owned by the caller of the function.
range

Type: LspRange

No description available.

The data is owned by the caller of the function.
options

Type: LspFormattingOptions

No description available.

The data is owned by the caller of the function.

Return value

Type: LspDocumentRangeFormattingParams

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.