Function
ICalGLibTimezonearray_element_at
since: 1.0
Declaration [src]
ICalTimezone*
i_cal_timezone_array_element_at (
ICalArray* timezones,
guint index
)
Parameters
timezones-
Type:
ICalArrayThe array to be visited.
The data is owned by the caller of the function. index-
Type:
guintThe index.
Return value
Type: ICalTimezone
The ICalTimezone at the position index in timezones.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |