Method

LspCallHierarchyItemget_data

Declaration

GVariant*
lsp_call_hierarchy_item_get_data (
  LspCallHierarchyItem* self
)

Description

Gets the value of data.

A data entry field that is preserved between call hierarchy requests.

Return value

Type: GVariant

The value of data.

The returned data is owned by the instance.
The return value can be NULL.