Constructor

LspPrepareRenameParamsnew

Declaration

LspPrepareRenameParams*
lsp_prepare_rename_params_new (
  LspTextDocumentIdentifier* text_document,
  LspPosition* position
)

Description

No description available.

Parameters

text_document

Type: LspTextDocumentIdentifier

No description available.

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

Type: LspPosition

No description available.

The data is owned by the caller of the function.

Return value

Type: LspPrepareRenameParams

No description available.

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