Method

LspCallHierarchyOutgoingCallset_from_ranges

Declaration

void
lsp_call_hierarchy_outgoing_call_set_from_ranges (
  LspCallHierarchyOutgoingCall* 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.