diff options
author | Milan Crha <mcrha@redhat.com> | 2011-08-02 21:23:52 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-08-02 21:23:52 +0800 |
commit | 5da21ceee424eb238278bdec258b0c6d8725ae21 (patch) | |
tree | 7c934f3d5ef70c63289ac7232e2d457f1b457397 /calendar/gui/e-cal-model.h | |
parent | 444011c99f83b1b3afde86862e7efe7fc348744d (diff) | |
download | gsoc2013-evolution-5da21ceee424eb238278bdec258b0c6d8725ae21.tar.gz gsoc2013-evolution-5da21ceee424eb238278bdec258b0c6d8725ae21.tar.zst gsoc2013-evolution-5da21ceee424eb238278bdec258b0c6d8725ae21.zip |
Bug #655190 - Sluggish performance interacting with calendar/tasks
Diffstat (limited to 'calendar/gui/e-cal-model.h')
-rw-r--r-- | calendar/gui/e-cal-model.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h index 766fd6286f..33ffcff52d 100644 --- a/calendar/gui/e-cal-model.h +++ b/calendar/gui/e-cal-model.h @@ -281,7 +281,8 @@ ECalModelComponent * const ECalComponentId *id); gchar * e_cal_model_date_value_to_string (ECalModel *model, gconstpointer value); -void e_cal_model_generate_instances (ECalModel *model, +void e_cal_model_generate_instances_sync + (ECalModel *model, time_t start, time_t end, ECalRecurInstanceFn cb, |