Function

LspCallHierarchyOutgoingCallnew

Declaration

LspCallHierarchyOutgoingCall*
lsp_call_hierarchy_outgoing_call_new (
  LspCallHierarchyItem* to,
  LspRange* from_ranges,
  gint from_ranges_length1
)

Description

No description available.

Parameters

to

Type: LspCallHierarchyItem

No description available.

The data is owned by the caller of the function.
from_ranges

Type: An array of LspRange

No description available.

The length of the array is specified in the from_ranges_length1 argument.
The data is owned by the caller of the function.
from_ranges_length1

Type: gint

No description available.

Return value

Type: LspCallHierarchyOutgoingCall

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.