summaryrefslogtreecommitdiff
path: root/adw/include/adwaitamm/enums.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'adw/include/adwaitamm/enums.hpp')
-rw-r--r--adw/include/adwaitamm/enums.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/adw/include/adwaitamm/enums.hpp b/adw/include/adwaitamm/enums.hpp
index 2fca425..03f5dc9 100644
--- a/adw/include/adwaitamm/enums.hpp
+++ b/adw/include/adwaitamm/enums.hpp
@@ -50,6 +50,12 @@ namespace Adwaita
Destructive,
};
+ enum class ToastPriority
+ {
+ Normal,
+ High,
+ };
+
} // namespace Adwaita
namespace Glib
@@ -68,6 +74,7 @@ namespace Glib
VALUE_SPECIALIZATION(LengthType);
VALUE_SPECIALIZATION(RatioType);
VALUE_SPECIALIZATION(ResponseAppearance);
+ VALUE_SPECIALIZATION(ToastPriority);
#undef VALUE_SPECIALIZATION