Method

ICalGLibParameterset_delegatedfrom

unstable since: 4.0

Declaration [src]

void
i_cal_parameter_set_delegatedfrom (
  ICalParameter* self,
  const ICalStrArray* value
)

Description [src]

Sets the value of the self of DELEGATEDFROM.

Note: this uses a copy of the string array, not the one stored in the value.

Available since: 4.0

Parameters

value

Type: const ICalStrArray

The string array value.

The data is owned by the caller of the method.