Method

LspSymbolInformationset_container_name

Declaration

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

Description

Sets the value of container_name.

The name of the symbol containing this symbol.

Parameters

value

Type: const gchar*

The new value of container_name.

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