[ CCode ( cname = "e_timezone_cache_list_timezones" ) ]
public List<unowned Timezone> list_timezones ()
Returns a list of Timezone instances that were explicitly added to the this through add_tz.
In particular, any built-in time zone data that get_tz may use to match a TZID string is excluded from the returned list.
Free the returned list with g_list_free. The list elements are owned by the this and should not be modified or freed.
this |
a List of Timezone instances |