Method

LspCallHierarchyItemget_name

Declaration

const gchar*
lsp_call_hierarchy_item_get_name (
  LspCallHierarchyItem* self
)

Description

Gets the value of name.

The name of this item.

Return value

Type: const gchar*

The value of name.

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