Method

LspSymbolInformationset_name

Declaration

void
lsp_symbol_information_set_name (
  LspSymbolInformation* self,
  const gchar* value
)

Description

Sets the value of name.

The name of this symbol.

Parameters

value

Type: const gchar*

The new value of name.

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