Method

LspCallHierarchyIncomingCallset_from

Declaration

void
lsp_call_hierarchy_incoming_call_set_from (
  LspCallHierarchyIncomingCall* self,
  LspCallHierarchyItem* value
)

Description

Sets the value of from.

The item that makes the call.

Parameters

value

Type: LspCallHierarchyItem

The new value of from.

The data is owned by the caller of the method.