Constructor
LspDocumentFormattingParamsnew
Declaration
LspDocumentFormattingParams*
lsp_document_formatting_params_new (
LspTextDocumentIdentifier* text_document,
LspFormattingOptions* options
)
Parameters
text_document-
Type:
LspTextDocumentIdentifierNo description available.
The data is owned by the caller of the function. options-
Type:
LspFormattingOptionsNo description available.
The data is owned by the caller of the function.
Return value
Type: LspDocumentFormattingParams
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |