summaryrefslogtreecommitdiffstats
path: root/common/commands/notification.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands/notification.fbs')
-rw-r--r--common/commands/notification.fbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/commands/notification.fbs b/common/commands/notification.fbs
index 5c810cf..89687cf 100644
--- a/common/commands/notification.fbs
+++ b/common/commands/notification.fbs
@@ -1,4 +1,4 @@
1namespace Akonadi2; 1namespace Akonadi2.Commands;
2 2
3enum NotificationType : byte { Shutdown = 1, Status, Warning, Progress, Inspection } 3enum NotificationType : byte { Shutdown = 1, Status, Warning, Progress, Inspection }
4enum NotificationCode : byte { Success = 0, Failure = 1, UserCode } 4enum NotificationCode : byte { Success = 0, Failure = 1, UserCode }