Top | ![]() |
![]() |
![]() |
![]() |
ICalTimeSpan * | i_cal_time_span_new_full () |
time_t | i_cal_time_span_get_start () |
void | i_cal_time_span_set_start () |
time_t | i_cal_time_span_get_end () |
void | i_cal_time_span_set_end () |
gint | i_cal_time_span_is_busy () |
void | i_cal_time_span_set_is_busy () |
ICalTimeSpan *
i_cal_time_span_new_full (struct icaltime_span native
);
Create a new libical-glib object from the native libical object and the owner.
Since 1.0
time_t
i_cal_time_span_get_start (ICalTimeSpan *timespan
);
Get the start of ICalTimeSpan.
Since 1.0
void i_cal_time_span_set_start (ICalTimeSpan *timespan
,time_t start
);
Set the start of ICalTimeSpan.
Since 1.0
time_t
i_cal_time_span_get_end (ICalTimeSpan *timespan
);
Get the end of ICalTimeSpan.
Since 1.0
void i_cal_time_span_set_end (ICalTimeSpan *timespan
,time_t end
);
Set the end of ICalTimeSpan.
Since 1.0
gint
i_cal_time_span_is_busy (ICalTimeSpan *timespan
);
Get the is_busy of ICalTimeSpan.
Since 1.0
void i_cal_time_span_set_is_busy (ICalTimeSpan *timespan
,gint is_busy
);
Set the is_busy of ICalTimeSpan.
Since 1.0