summaryrefslogtreecommitdiff
path: root/src/notifications/notifier.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifications/notifier.hpp')
-rw-r--r--src/notifications/notifier.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/notifications/notifier.hpp b/src/notifications/notifier.hpp
index bed7495..cd3eb71 100644
--- a/src/notifications/notifier.hpp
+++ b/src/notifications/notifier.hpp
@@ -11,7 +11,8 @@ public:
Notifier();
~Notifier();
- void Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action, const std::string &icon_path);
+ void Notify(const Glib::ustring &id, const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action, const std::string &icon_path);
+ void Withdraw(const Glib::ustring &id);
private:
#ifdef ENABLE_NOTIFICATION_SOUNDS