Method

LspCallHierarchyIncomingCallget_from_ranges

Declaration

LspRange*
lsp_call_hierarchy_incoming_call_get_from_ranges (
  LspCallHierarchyIncomingCall* self,
  gint* result_length1
)

Description

Gets the value of from_ranges.

Parameters

result_length1

Type: gint*

No description available.

The argument will be set by the function.

Return value

Type: An array of LspRange

The value of from_ranges.

The length of the array is in the result_length1 argument.
The returned data is owned by the instance.