Method

LspRenameParamsset_new_name

Declaration

void
lsp_rename_params_set_new_name (
  LspRenameParams* self,
  const gchar* value
)

Description

Sets the value of new_name.

The new name of the symbol.

Parameters

value

Type: const gchar*

The new value of new_name.

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