Method

LspCallHierarchyItemget_detail

Declaration

const gchar*
lsp_call_hierarchy_item_get_detail (
  LspCallHierarchyItem* self
)

Description

Gets the value of detail.

More detail for this item, 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.