aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/comp-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/comp-util.h')
-rw-r--r--calendar/gui/comp-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/comp-util.h b/calendar/gui/comp-util.h
index 57006765ae..651fde686a 100644
--- a/calendar/gui/comp-util.h
+++ b/calendar/gui/comp-util.h
@@ -36,6 +36,9 @@ gboolean cal_comp_util_compare_event_timezones (ECalComponent *comp,
ECal *client,
icaltimezone *zone);
+/* Returns the number of icons owned by the ECalComponent */
+gint cal_comp_util_get_n_icons (ECalComponent *comp);
+
gboolean cal_comp_is_on_server (ECalComponent *comp,
ECal *client);