Top | ![]() |
![]() |
![]() |
![]() |
ICalTimezonetype * | i_cal_timezonetype_new_full () |
struct icaltimezonetype | i_cal_timezonetype_new_default () |
const gchar * | i_cal_timezonetype_get_tzid () |
const gchar * | i_cal_timezonetype_get_tzurl () |
ICalTimetype * | i_cal_timezonetype_get_last_mod () |
void | i_cal_timezonetype_set_last_mod () |
ICalTimezonetype *
i_cal_timezonetype_new_full (struct icaltimezonetype native
);
Create a new libical-glib object from the native libical object and the owner.
Since 1.0
struct icaltimezonetype
i_cal_timezonetype_new_default (void
);
Create a new default ICalTimezonetype
Since 1.0
const gchar *
i_cal_timezonetype_get_tzid (ICalTimezonetype *timezonetype
);
Get the tzid of ICalTimezonetype.
Since 1.0
const gchar *
i_cal_timezonetype_get_tzurl (ICalTimezonetype *timezonetype
);
Get the tzurl of ICalTimezonetype.
Since 1.0
ICalTimetype *
i_cal_timezonetype_get_last_mod (ICalTimezonetype *timezonetype
);
Get the last_mod from ICalTimezonetype.
Since 1.0
void i_cal_timezonetype_set_last_mod (ICalTimezonetype *timezonetype
,ICalTimetype *last_mod
);
Set the last_mod from ICalTimezonetype.
Since 1.0