From ff6be368c53aa208774242e507828bddce99b6cc Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 18 Nov 2009 14:06:33 +0100 Subject: Bug #602098 - No progress notification from GnomeCalendar --- calendar/gui/e-cal-model.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'calendar/gui/e-cal-model.h') 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 */ -- cgit