aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-client/cal-listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/cal-client/cal-listener.h')
-rw-r--r--calendar/cal-client/cal-listener.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/cal-client/cal-listener.h b/calendar/cal-client/cal-listener.h
index 8988148f34..52b934e774 100644
--- a/calendar/cal-client/cal-listener.h
+++ b/calendar/cal-client/cal-listener.h
@@ -43,7 +43,8 @@ typedef struct _CalListenerClass CalListenerClass;
/* Load status for the cal_loaded signal. We need better error reporting. */
typedef enum {
CAL_LISTENER_LOAD_SUCCESS,
- CAL_LISTENER_LOAD_ERROR
+ CAL_LISTENER_LOAD_ERROR,
+ CAL_LISTENER_LOAD_IN_USE
} CalListenerLoadStatus;
struct _CalListener {