Method

LspCallHierarchyIncomingCallset_from_ranges

Declaration

void
lsp_call_hierarchy_incoming_call_set_from_ranges (
  LspCallHierarchyIncomingCall* self,
  LspRange* value,
  gint value_length1
)

Description

Sets the value of from_ranges.

Parameters

value

Type: An array of LspRange

The new value of from_ranges.

The length of the array is specified in the value_length1 argument.
The data is owned by the caller of the method.
value_length1

Type: gint

No description available.