Method

ICalGLibParameterget_delegatedfrom

unstable since: 4.0

Declaration [src]

ICalStrArray*
i_cal_parameter_get_delegatedfrom (
  const ICalParameter* self
)

Description [src]

Gets the value of the self of DELEGATEDFROM.

Note: this returns copy of the string array, not the one stored in the self.

Available since: 4.0

Return value

Type: const ICalStrArray

The ICalStrArray value of the self.

The caller of the method takes ownership of the data, and is responsible for freeing it.