Method

LspCallHierarchyItemset_detail

Declaration

void
lsp_call_hierarchy_item_set_detail (
  LspCallHierarchyItem* self,
  const gchar* value
)

Description

Sets the value of detail.

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

Parameters

value

Type: const gchar*

The new value of detail.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.