![]() |
![]() |
![]() |
libical-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#include <i-cal-timetype> #define I_CAL_TIMEZONETYPE_TYPE struct ICalTimezonetype; struct ICalTimezonetypeClass; ICalTimezonetype * i_cal_timezonetype_new_full (struct icaltimezonetype native
); struct icaltimezonetype i_cal_timezonetype_new_default (void
); const gchar * i_cal_timezonetype_get_tzid (ICalTimezonetype *timezonetype
); const gchar * i_cal_timezonetype_get_tzurl (ICalTimezonetype *timezonetype
); ICalTimetype * i_cal_timezonetype_get_last_mod (ICalTimezonetype *timezonetype
); void i_cal_timezonetype_set_last_mod (ICalTimezonetype *timezonetype
,ICalTimetype *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.
|
The native libical object. |
Returns : |
The newly create libical-glib object. [transfer full] |
Since 1.0
struct icaltimezonetype i_cal_timezonetype_new_default (void
);
Create a new default ICalTimezonetype
Returns : |
The newly created ICalTimezonetype. [transfer full] |
Since 1.0
const gchar * i_cal_timezonetype_get_tzid (ICalTimezonetype *timezonetype
);
Get the tzid of ICalTimezonetype.
|
The ICalTimezonetype. |
Returns : |
The tzid of timezonetype . [transfer none]
|
Since 1.0
const gchar * i_cal_timezonetype_get_tzurl (ICalTimezonetype *timezonetype
);
Get the tzurl of ICalTimezonetype.
|
The ICalTimezonetype. |
Returns : |
The tzurl of timezonetype . [transfer none]
|
Since 1.0
ICalTimetype * i_cal_timezonetype_get_last_mod (ICalTimezonetype *timezonetype
);
Get the last_mod from ICalTimezonetype.
|
The ICalTimezonetype. |
Returns : |
The last_mod of ICalTimezonetype. [transfer full] |
Since 1.0
void i_cal_timezonetype_set_last_mod (ICalTimezonetype *timezonetype
,ICalTimetype *last_mod
);
Set the last_mod from ICalTimezonetype.
|
The ICalTimezonetype. |
|
The last_mod of ICalTimezonetype. |
Since 1.0