diff options
Diffstat (limited to 'calendar/modules/e-cal-shell-sidebar.h')
-rw-r--r-- | calendar/modules/e-cal-shell-sidebar.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/modules/e-cal-shell-sidebar.h b/calendar/modules/e-cal-shell-sidebar.h index eecb6a0365..ff30541448 100644 --- a/calendar/modules/e-cal-shell-sidebar.h +++ b/calendar/modules/e-cal-shell-sidebar.h @@ -54,6 +54,13 @@ typedef struct _ECalShellSidebar ECalShellSidebar; typedef struct _ECalShellSidebarClass ECalShellSidebarClass; typedef struct _ECalShellSidebarPrivate ECalShellSidebarPrivate; +enum { + E_CAL_SHELL_SIDEBAR_HAS_PRIMARY_SOURCE = 1 << 0, + E_CAL_SHELL_SIDEBAR_PRIMARY_SOURCE_IS_EMPTY = 1 << 1, + E_CAL_SHELL_SIDEBAR_SOURCE_CAN_GO_OFFLINE = 1 << 2, + E_CAL_SHELL_SIDEBAR_SOURCE_CAN_DELETE = 1 << 3 +}; + struct _ECalShellSidebar { EShellSidebar parent; ECalShellSidebarPrivate *priv; |