aboutsummaryrefslogtreecommitdiff
path: root/include/adwaitamm/enums.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-04-04 20:26:02 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-04-04 20:26:02 +0200
commit28e8900afd96d6aa0035ea8a01c1a7e4fdeb1ced (patch)
tree90ae680b2f6c57a9be24f0ddab5baeb2911e0df2 /include/adwaitamm/enums.hpp
parent17d4b2f4cd0b1f2f7a3fe0948995206a9c64bd00 (diff)
downloadlibadwaitamm-28e8900afd96d6aa0035ea8a01c1a7e4fdeb1ced.tar.xz
libadwaitamm-28e8900afd96d6aa0035ea8a01c1a7e4fdeb1ced.zip
adw: move ToastPriority
Diffstat (limited to 'include/adwaitamm/enums.hpp')
-rw-r--r--include/adwaitamm/enums.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/adwaitamm/enums.hpp b/include/adwaitamm/enums.hpp
index 2fca425..03f5dc9 100644
--- a/include/adwaitamm/enums.hpp
+++ b/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