Method

LspRenameParamsget_text_document

Declaration

void
lsp_rename_params_get_text_document (
  LspRenameParams* self,
  LspTextDocumentIdentifier* result
)

Description

Gets the value of text_document.

The document to rename a symbol in.

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.