Method

LspDocumentSymbolget_detail

Declaration

const gchar*
lsp_document_symbol_get_detail (
  LspDocumentSymbol* self
)

Description

Gets the value of detail.

More detail for this symbol, e.g. the signature of a function.

Return value

Type: const gchar*

The value of detail.

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