diff options
Diffstat (limited to 'calendar/idl')
-rw-r--r-- | calendar/idl/evolution-calendar.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index 20fd822d93..4f5657b9f3 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -159,7 +159,8 @@ module Calendar { raises (NotFound); /* Returns the LDAP attribute to get attendees from */ - string getLdapAttribute (); + string getLdapAttribute () + raises (NotFound); /* For going online/offline */ void setMode (in CalMode mode); |