Method

LspDocumentFormattingParamsget_options

Declaration

void
lsp_document_formatting_params_get_options (
  LspDocumentFormattingParams* self,
  LspFormattingOptions* result
)

Description

Gets the value of options.

The formatting options.

Parameters

result

Type: LspFormattingOptions

The value of options.

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