diff options
Diffstat (limited to 'calendar/gui/e-cal-model.h')
-rw-r--r-- | calendar/gui/e-cal-model.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h index 6dd04675ed..3b4089bb25 100644 --- a/calendar/gui/e-cal-model.h +++ b/calendar/gui/e-cal-model.h @@ -310,10 +310,12 @@ void e_cal_model_update_comp_time (ECalModel *model, ECalModelComponent *comp_data, gconstpointer time_value, icalproperty_kind kind, - void (*set_func)(icalproperty *prop, struct icaltimetype v), - icalproperty * (*new_func)(struct icaltimetype v)); + void (*set_func) (icalproperty *prop, + struct icaltimetype v), + icalproperty * (*new_func) (struct icaltimetype v)); -void e_cal_model_update_status_message (ECalModel *model, +void e_cal_model_update_status_message + (ECalModel *model, const gchar *message, gdouble percent); |