Method

LspRenameParamsget_new_name

Declaration

const gchar*
lsp_rename_params_get_new_name (
  LspRenameParams* self
)

Description

Gets the value of new_name.

The new name of the symbol.

Return value

Type: const gchar*

The value of new_name.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.