diff options
Diffstat (limited to 'calendar/gui/e-cal-model.h')
-rw-r--r-- | calendar/gui/e-cal-model.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h index a59d5e02a5..a5228eb9da 100644 --- a/calendar/gui/e-cal-model.h +++ b/calendar/gui/e-cal-model.h @@ -164,6 +164,9 @@ struct _ECalModelClass { void (*cal_view_done) (ECalModel *model, ECalendarStatus status, ECalSourceType type); + void (*status_message) (ECalModel *model, + const gchar *message, + gdouble percent); }; typedef time_t (*ECalModelDefaultTimeFunc) (ECalModel *model, gpointer user_data); @@ -262,6 +265,10 @@ void e_cal_model_update_comp_time (ECalModel *model, void (*set_func)(icalproperty *prop, struct icaltimetype v), icalproperty * (*new_func)(struct icaltimetype v)); +void e_cal_model_update_status_message (ECalModel *model, + const gchar *message, + gdouble percent); + G_END_DECLS #endif /* E_CAL_MODEL_H */ |