Function

ICalGLibTimezonearray_destroy

since: 1.0

Declaration [src]

void
i_cal_timezone_array_destroy (
  icalarray* zones_array
)

Description [src]

The destructor of the icalarray of icaltimezone elements to fully destroy the native object.

Available since: 1.0

This function is not directly available to language bindings.

Parameters

zones_array

Type: icalarray*

The icalarray created by i_cal_timezone_array_new() to be freed.

The argument can be NULL.
The data is owned by the caller of the function.