![]() |
![]() |
![]() |
libical-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#include <i-cal-timetype> #include <i-cal-datetypeperiod-type> #define I_CAL_TIMEZONE_PHASE_TYPE struct ICalTimezonePhase; struct ICalTimezonePhaseClass; ICalTimezonePhase * i_cal_timezone_phase_new_full (struct icaltimezonephase native
); struct icaltimezonephase i_cal_timezone_phase_new_default (void
); const gchar * i_cal_timezone_phase_get_tzname (ICalTimezonePhase *phase
); gint i_cal_timezone_phase_is_stdandard (ICalTimezonePhase *phase
); void i_cal_timezone_phase_set_is_stdandard (ICalTimezonePhase *phase
,gint is_stdandard
); ICalTimetype * i_cal_timezone_phase_get_dtstart (ICalTimezonePhase *phase
); void i_cal_timezone_phase_set_dtstart (ICalTimezonePhase *phase
,ICalTimetype *dtstart
); gint i_cal_timezone_phase_get_offsetto (ICalTimezonePhase *phase
); void i_cal_timezone_phase_set_offsetto (ICalTimezonePhase *phase
,gint offsetto
); gint i_cal_timezone_phase_get_tzoffsetfrom (ICalTimezonePhase *phase
); void i_cal_timezone_phase_set_tzoffsetfrom (ICalTimezonePhase *phase
,gint tzoffsetfrom
); const gchar * i_cal_timezone_phase_get_comment (ICalTimezonePhase *phase
); ICalDatetimeperiodType * i_cal_timezone_phase_get_rdate (ICalTimezonePhase *phase
); void i_cal_timezone_phase_set_rdate (ICalTimezonePhase *phase
,ICalDatetimeperiodType *rdate
); const gchar * i_cal_timezone_phase_get_rrule (ICalTimezonePhase *phase
);
struct ICalTimezonePhaseClass { };
This is the ICalTimezonePhase class.
ICalTimezonePhase * i_cal_timezone_phase_new_full (struct icaltimezonephase 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 icaltimezonephase i_cal_timezone_phase_new_default
(void
);
Create a new default ICalTimezonePhase
Returns : |
The newly created ICalTimezonePhase. [transfer full] |
Since 1.0
const gchar * i_cal_timezone_phase_get_tzname (ICalTimezonePhase *phase
);
Get the tzname of ICalTimezonePhase.
|
The ICalTimezonePhase. |
Returns : |
The tzname of phase . [transfer none]
|
Since 1.0
gint i_cal_timezone_phase_is_stdandard (ICalTimezonePhase *phase
);
Get the is_stdandard of ICalTimezonePhase.
|
The ICalTimezonePhase. |
Returns : |
The is_stdandard of phase . [transfer none]
|
Since 1.0
void i_cal_timezone_phase_set_is_stdandard (ICalTimezonePhase *phase
,gint is_stdandard
);
Set the is_stdandard of ICalTimezonePhase.
|
The ICalTimezonePhase. |
|
The is_stdandard. |
Since 1.0
ICalTimetype * i_cal_timezone_phase_get_dtstart (ICalTimezonePhase *phase
);
Get the dtstart from ICalTimezonePhase.
|
The ICalTimezonePhase. |
Returns : |
The dtstart of ICalTimezonePhase. [transfer full] |
Since 1.0
void i_cal_timezone_phase_set_dtstart (ICalTimezonePhase *phase
,ICalTimetype *dtstart
);
Set the dtstart from ICalTimezonePhase.
|
The ICalTimezonePhase. |
|
The dtstart of ICalTimezonePhase. |
Since 1.0
gint i_cal_timezone_phase_get_offsetto (ICalTimezonePhase *phase
);
Get the offsetto of ICalTimezonePhase. Returns -61 if there is an error.
|
The ICalTimezonePhase. |
Returns : |
The offsetto of phase . [transfer none]
|
Since 1.0
void i_cal_timezone_phase_set_offsetto (ICalTimezonePhase *phase
,gint offsetto
);
Set the offsetto of ICalTimezonePhase.
|
The ICalTimezonePhase. |
|
The offsetto. |
Since 1.0
gint i_cal_timezone_phase_get_tzoffsetfrom
(ICalTimezonePhase *phase
);
Get the tzoffsetfrom of ICalTimezonePhase. Returns -61 if there is an error.
|
The ICalTimezonePhase. |
Returns : |
The tzoffsetfrom of phase . [transfer none]
|
Since 1.0
void i_cal_timezone_phase_set_tzoffsetfrom (ICalTimezonePhase *phase
,gint tzoffsetfrom
);
Set the tzoffsetfrom of ICalTimezonePhase.
|
The ICalTimezonePhase. |
|
The tzoffsetfrom. |
Since 1.0
const gchar * i_cal_timezone_phase_get_comment (ICalTimezonePhase *phase
);
Get the comment of ICalTimezonePhase.
|
The ICalTimezonePhase. |
Returns : |
The comment of phase . [transfer none]
|
Since 1.0
ICalDatetimeperiodType * i_cal_timezone_phase_get_rdate (ICalTimezonePhase *phase
);
Get the rdate from ICalTimezonePhase.
|
The ICalTimezonePhase. |
Returns : |
The rdate of ICalTimezonePhase. [transfer full] |
Since 1.0
void i_cal_timezone_phase_set_rdate (ICalTimezonePhase *phase
,ICalDatetimeperiodType *rdate
);
Set the rdate from ICalTimezonePhase.
|
The ICalTimezonePhase. |
|
The rdate of ICalTimezonePhase. |
Since 1.0
const gchar * i_cal_timezone_phase_get_rrule (ICalTimezonePhase *phase
);
Get the rrule of ICalTimezonePhase.
|
The ICalTimezonePhase. |
Returns : |
The rrule of phase . [transfer none]
|
Since 1.0