Constructor
LspTextDocumentPositionParamsnew
Declaration
LspTextDocumentPositionParams*
lsp_text_document_position_params_new (
LspTextDocumentIdentifier* text_document,
LspPosition* position
)
Parameters
text_document-
Type:
LspTextDocumentIdentifierNo description available.
The data is owned by the caller of the function. position-
Type:
LspPositionNo description available.
The data is owned by the caller of the function.
Return value
Type: LspTextDocumentPositionParams
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |