Function
ICalGLibTimezonearray_append_from_vtimezone
since: 1.0
Declaration [src]
void
i_cal_timezone_array_append_from_vtimezone (
ICalArray* timezones,
ICalComponent* child
)
Description [src]
Populate the array of timezones with a component.
note The timezones assumes ownership of the
child, thus make sure you pass an unowned ICalComponent.
Available since: 1.0
Parameters
timezones-
Type:
ICalArrayThe timezones to be populated.
The data is owned by the caller of the function. child-
Type:
ICalComponentThe component to be appended to
timezones.The data is owned by the caller of the function.