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.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/calendar/gui/comp-util.h b/calendar/gui/comp-util.h
index c3326fbaa3..0f4542aba1 100644
--- a/calendar/gui/comp-util.h
+++ b/calendar/gui/comp-util.h
@@ -1,4 +1,4 @@
-/* Evolution calendar - Utilities for manipulating CalComponent objects
+/* Evolution calendar - Utilities for manipulating ECalComponent objects
*
* Copyright (C) 2000 Ximian, Inc.
* Copyright (C) 2000 Ximian, Inc.
@@ -23,23 +23,23 @@
#define COMP_UTIL_H
#include <gtk/gtkwidget.h>
-#include <cal-util/cal-component.h>
-#include <cal-client/cal-client.h>
+#include <libecal/e-cal-component.h>
+#include <libecal/e-cal.h>
-void cal_comp_util_add_exdate (CalComponent *comp, time_t t, icaltimezone *zone);
+void cal_comp_util_add_exdate (ECalComponent *comp, time_t t, icaltimezone *zone);
/* Returns TRUE if the component uses the given timezone for both DTSTART
and DTEND, or if the UTC offsets of the start and end times are the same
as in the given zone. */
-gboolean cal_comp_util_compare_event_timezones (CalComponent *comp,
- CalClient *client,
+gboolean cal_comp_util_compare_event_timezones (ECalComponent *comp,
+ ECal *client,
icaltimezone *zone);
-gboolean cal_comp_is_on_server (CalComponent *comp,
- CalClient *client);
+gboolean cal_comp_is_on_server (ECalComponent *comp,
+ ECal *client);
-CalComponent *cal_comp_event_new_with_defaults (CalClient *client);
-CalComponent *cal_comp_task_new_with_defaults (CalClient *client);
+ECalComponent *cal_comp_event_new_with_defaults (ECal *client);
+ECalComponent *cal_comp_task_new_with_defaults (ECal *client);
#endif
pan class='deletions'>-4/+20 | * - Cosmetic changesunpoet2020-01-191-9/+9 * | - Cosmetic changesunpoet2020-01-271-9/+9 |/ * Update to 1.47.12sunpoet2020-01-052-4/+4 * Update to 1.47.11sunpoet2019-08-142-4/+4 * Update to 1.47.10sunpoet2019-03-242-4/+4 * Update to 1.47.9sunpoet2019-03-212-7/+6 * Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-111-0/+1 * Update to 1.47.8sunpoet2018-10-172-4/+4 * Update to 1.47.7sunpoet2018-09-242-6/+7 * Update to 1.47.6sunpoet2018-03-012-5/+5 * Simplify MASTER_SITESsunpoet2018-01-281-1/+1 * Add CONFIGURE_FAIL_MESSAGE again to avoid receiving more mailssunpoet2017-09-261-0/+1 * Update to 1.47.5sunpoet2017-09-252-4/+4 * - Update to 1.47.4sunpoet2016-12-093-15/+13 * Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1 * Remove a patch from devel/gmake so the port no longer depends ontijl2016-07-081-2/+1 * Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-2/+2 * - Add LICENSE_FILEsunpoet2015-10-161-2/+2 * - Put back CONFIGURE_FAIL_MESSAGE as I still get mails of build failure cause...sunpoet2015-09-191-0/+2 * - Cleanup Makefilesunpoet2015-08-301-7/+0