Method

LspDocumentRangeFormattingParamsget_text_document

Declaration

void
lsp_document_range_formatting_params_get_text_document (
  LspDocumentRangeFormattingParams* self,
  LspTextDocumentIdentifier* result
)

Description

Gets the value of text_document.

The document to format.

Parameters

result

Type: LspTextDocumentIdentifier

The value of text_document.

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