diff options
Diffstat (limited to 'calendar/gui/calendar-model.h')
-rw-r--r-- | calendar/gui/calendar-model.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/calendar-model.h b/calendar/gui/calendar-model.h index 5e1350100d..6bda61f49d 100644 --- a/calendar/gui/calendar-model.h +++ b/calendar/gui/calendar-model.h @@ -66,6 +66,8 @@ void calendar_model_set_cal_client (CalendarModel *model, void calendar_model_set_query (CalendarModel *model, const char *sexp); +void calendar_model_refresh (CalendarModel *model); + void calendar_model_set_new_comp_vtype (CalendarModel *model, CalComponentVType vtype); CalComponentVType calendar_model_get_new_comp_vtype (CalendarModel *model); |