diff options
Diffstat (limited to 'calendar/gui/calendar-model.h')
-rw-r--r-- | calendar/gui/calendar-model.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/calendar-model.h b/calendar/gui/calendar-model.h index 5a47d3752e..c06b1f3f48 100644 --- a/calendar/gui/calendar-model.h +++ b/calendar/gui/calendar-model.h @@ -65,6 +65,9 @@ void calendar_model_set_cal_client (CalendarModel *model, CalClient *client, CalObjType type); +void calendar_model_set_query (CalendarModel *model, + const char *sexp); + void calendar_model_set_new_comp_vtype (CalendarModel *model, CalComponentVType vtype); CalComponentVType calendar_model_get_new_comp_vtype (CalendarModel *model); |