diff options
Diffstat (limited to 'calendar/idl')
-rw-r--r-- | calendar/idl/evolution-calendar.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index 5a72a5da6d..5feb0082ec 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -150,9 +150,9 @@ module Calendar { /* Information on the backend's capabilities */ string getStaticCapabilities (); - /* Return the email address associated with this calendar, + /* Return the cal address associated with this calendar, if any. */ - string getEmailAddress () + string getCalAddress () raises (NotFound); string getAlarmEmailAddress () |