Constructor

LspRenameParamsnew

Declaration

LspRenameParams*
lsp_rename_params_new (
  LspTextDocumentIdentifier* text_document,
  LspPosition* position,
  const gchar* new_name
)

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.
new_name

Type: const gchar*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: LspRenameParams

No description available.

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