1 2 3 4 5
#include "notifier.hpp" Notifier::Notifier() {} void Notifier::Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action) {}