Function
LspCallHierarchyOutgoingCallnew
Declaration
LspCallHierarchyOutgoingCall*
lsp_call_hierarchy_outgoing_call_new (
LspCallHierarchyItem* to,
LspRange* from_ranges,
gint from_ranges_length1
)
Parameters
to-
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: LspCallHierarchyOutgoingCall
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |