aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/idl/evolution-calendar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/idl/evolution-calendar.idl')
-rw-r--r--calendar/idl/evolution-calendar.idl13
1 files changed, 8 insertions, 5 deletions
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl
index cde16eba15..ca63d3c52c 100644
--- a/calendar/idl/evolution-calendar.idl
+++ b/calendar/idl/evolution-calendar.idl
@@ -301,16 +301,19 @@ module Calendar {
exception BackendContactError {};
exception NotFound {};
- /* Adds a calendar to the alarm notification system */
+ /* Adds a calendar to the alarm notification system so that
+ * alarms will be triggered for it. The calendar will be loaded
+ * automatically whenever the alarm daemon starts up.
+ */
void addCalendar (in string uri)
raises (InvalidURI, BackendContactError);
- /* Removes a calendar from the alarm notification system */
+ /* Removes a calendar from the alarm notification system and
+ * alarms will no longer be triggered for it. The calendar will
+ * no longer be loaded when the alarm daemon starts up.
+ */
void removeCalendar (in string uri)
raises (InvalidURI, NotFound);
-
- /* Makes the alarm notification daemon unconditionally exit */
- void die ();
};
/* Factory to centralize calendar component editor dialogs */