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: ICalArray

The timezones to be populated.

The data is owned by the caller of the function.
child

Type: ICalComponent

The component to be appended to timezones.

The data is owned by the caller of the function.