#pragma once #include #include class Notifier { public: Notifier(); void Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action); };