From e212b364b969b7918fbe9152dc4b7c04da303d12 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 28 Feb 2023 20:23:34 -0500 Subject: rudimentary dm notifications --- src/notifications/notifier.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/notifications/notifier.hpp (limited to 'src/notifications/notifier.hpp') diff --git a/src/notifications/notifier.hpp b/src/notifications/notifier.hpp new file mode 100644 index 0000000..48e881f --- /dev/null +++ b/src/notifications/notifier.hpp @@ -0,0 +1,10 @@ +#pragma once +#include +#include + +class Notifier { +public: + Notifier(); + + void Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action); +}; -- cgit v1.2.3