Function

LspCallHierarchyIncomingCallnew

Declaration

LspCallHierarchyIncomingCall*
lsp_call_hierarchy_incoming_call_new (
  LspCallHierarchyItem* from,
  LspRange* from_ranges,
  gint from_ranges_length1
)

Description

No description available.

Parameters

from

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: LspCallHierarchyIncomingCall

No description available.

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