Method

LspSymbolInformationget_container_name

Declaration

const gchar*
lsp_symbol_information_get_container_name (
  LspSymbolInformation* self
)

Description

Gets the value of container_name.

The name of the symbol containing this symbol.

Return value

Type: const gchar*

The value of container_name.

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