Method

LspCallHierarchyItemset_data

Declaration

void
lsp_call_hierarchy_item_set_data (
  LspCallHierarchyItem* self,
  GVariant* value
)

Description

Sets the value of data.

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

Parameters

value

Type: GVariant

The new value of data.

The argument can be NULL.
The data is owned by the caller of the method.