aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/comp-util.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-07-30 17:22:59 +0800
committerMilan Crha <mcrha@redhat.com>2009-07-30 17:22:59 +0800
commitf093350819edeba7728af7f216d1429f8bcd5926 (patch)
tree0324e8ef276ec4d3875b29d174edaa7f39bfaf97 /calendar/gui/comp-util.h
parentc485a5b5f41802bddb5cd17302b388ab5115aa22 (diff)
downloadgsoc2013-evolution-f093350819edeba7728af7f216d1429f8bcd5926.tar
gsoc2013-evolution-f093350819edeba7728af7f216d1429f8bcd5926.tar.gz
gsoc2013-evolution-f093350819edeba7728af7f216d1429f8bcd5926.tar.bz2
gsoc2013-evolution-f093350819edeba7728af7f216d1429f8bcd5926.tar.lz
gsoc2013-evolution-f093350819edeba7728af7f216d1429f8bcd5926.tar.xz
gsoc2013-evolution-f093350819edeba7728af7f216d1429f8bcd5926.tar.zst
gsoc2013-evolution-f093350819edeba7728af7f216d1429f8bcd5926.zip
Bug #300567 - Calendar drawing optimizations
Diffstat (limited to 'calendar/gui/comp-util.h')
-rw-r--r--calendar/gui/comp-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/comp-util.h b/calendar/gui/comp-util.h
index d46fcb79e2..2faea3e217 100644
--- a/calendar/gui/comp-util.h
+++ b/calendar/gui/comp-util.h
@@ -39,7 +39,7 @@ gboolean cal_comp_util_compare_event_timezones (ECalComponent *comp,
icaltimezone *zone);
/* Returns the number of icons owned by the ECalComponent */
-gint cal_comp_util_get_n_icons (ECalComponent *comp);
+gint cal_comp_util_get_n_icons (ECalComponent *comp, GSList **pixbufs);
gboolean cal_comp_is_on_server (ECalComponent *comp,
ECal *client);