diff options
Diffstat (limited to 'calendar/idl/evolution-calendar.idl')
-rw-r--r-- | calendar/idl/evolution-calendar.idl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index d2ada802d5..d4b87e9825 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -78,8 +78,11 @@ module Calendar { interface Listener : Bonobo::Unknown { /* Return status when loading a calendar; we need better error reporting */ enum LoadStatus { - SUCCESS, - ERROR + SUCCESS, /* All OK */ + ERROR, /* Generic error */ + IN_USE /* Requested create while a calendar + * with the same URI was in use. + */ }; /* Called from a CalFactory when a calendar is initially loaded |