| libical-glib Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#define I_CAL_DATETIMEPERIOD_TYPE_TYPE ICalDatetimeperiodType; struct ICalDatetimeperiodTypeClass; ICalTimetype * i_cal_datetimeperiod_type_get_time (ICalDatetimeperiodType *dtp);void i_cal_datetimeperiod_type_set_time (ICalDatetimeperiodType *dtp,ICalTimetype *time); ICalPeriodType * i_cal_datetimeperiod_type_get_period (ICalDatetimeperiodType *dtp);void i_cal_datetimeperiod_type_set_period (ICalDatetimeperiodType *dtp,ICalPeriodType *period);
typedef struct {
} ICalDatetimeperiodType;
This is the ICalDatetimeperiodType instance.
struct ICalDatetimeperiodTypeClass {
};
This is the ICalDatetimeperiodType class.
ICalTimetype * i_cal_datetimeperiod_type_get_time (ICalDatetimeperiodType *dtp);
Get the time attribute of ICalDatetimeperiodType.
|
The ICalDatetimeperiodType to be queried |
Returns : |
The time attribute of dtp. [transfer full]
|
Since 1.0
void i_cal_datetimeperiod_type_set_time (ICalDatetimeperiodType *dtp,ICalTimetype *time);
Set the time attribute of ICalDatetimeperiodType.
|
The ICalDatetimeperiodType to be set |
|
The time attribute of dtp. |
Since 1.0
ICalPeriodType * i_cal_datetimeperiod_type_get_period
(ICalDatetimeperiodType *dtp);
Get the period attribute of ICalDatetimeperiodType.
|
The ICalDatetimeperiodType to be queried |
Returns : |
The period attribute of dtp. [transfer full]
|
Since 1.0
void i_cal_datetimeperiod_type_set_period (ICalDatetimeperiodType *dtp,ICalPeriodType *period);
Set the period attribute of ICalDatetimeperiodType.
|
The ICalDatetimeperiodType to be set |
|
The period attribute of dtp. |
Since 1.0