Constructor
LspRenameParamsnew
Declaration
LspRenameParams*
lsp_rename_params_new (
LspTextDocumentIdentifier* text_document,
LspPosition* position,
const gchar* new_name
)
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. 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. |