Method
ICalGLibParameterget_delegatedto
unstable since: 4.0
Declaration [src]
ICalStrArray*
i_cal_parameter_get_delegatedto (
const ICalParameter* self
)
Description [src]
Gets the value of the self of DELEGATEDTO.
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. |