aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-08-02 21:23:52 +0800
committerMilan Crha <mcrha@redhat.com>2011-08-02 21:23:52 +0800
commit5da21ceee424eb238278bdec258b0c6d8725ae21 (patch)
tree7c934f3d5ef70c63289ac7232e2d457f1b457397 /calendar/gui/e-cal-model.h
parent444011c99f83b1b3afde86862e7efe7fc348744d (diff)
downloadgsoc2013-evolution-5da21ceee424eb238278bdec258b0c6d8725ae21.tar
gsoc2013-evolution-5da21ceee424eb238278bdec258b0c6d8725ae21.tar.gz
gsoc2013-evolution-5da21ceee424eb238278bdec258b0c6d8725ae21.tar.bz2
gsoc2013-evolution-5da21ceee424eb238278bdec258b0c6d8725ae21.tar.lz
gsoc2013-evolution-5da21ceee424eb238278bdec258b0c6d8725ae21.tar.xz
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.h3
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,