Function
LspCallHierarchyIncomingCallnew
Declaration
LspCallHierarchyIncomingCall*
lsp_call_hierarchy_incoming_call_new (
LspCallHierarchyItem* from,
LspRange* from_ranges,
gint from_ranges_length1
)
Parameters
from-
Type:
LspCallHierarchyItemNo description available.
The data is owned by the caller of the function. from_ranges-
Type: An array of
LspRangeNo description available.
The length of the array is specified in the from_ranges_length1argument.The data is owned by the caller of the function. from_ranges_length1-
Type:
gintNo 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. |