diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-27 11:01:30 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-27 11:01:30 -0500 |
commit | b0936139bfef6fe169b5c17be4b2dafa3c2e2c3a (patch) | |
tree | e4c9149fc11dca4d607066053258884dba0efec1 /include/notifications | |
parent | 7271b2139a5c600a2c3cdb4e552e05ddb0f374dd (diff) | |
download | ayatana-indicator-datetime-b0936139bfef6fe169b5c17be4b2dafa3c2e2c3a.tar.gz ayatana-indicator-datetime-b0936139bfef6fe169b5c17be4b2dafa3c2e2c3a.tar.bz2 ayatana-indicator-datetime-b0936139bfef6fe169b5c17be4b2dafa3c2e2c3a.zip |
copyediting: comments, use anonymous namespace
Diffstat (limited to 'include/notifications')
-rw-r--r-- | include/notifications/notifications.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index 43442d3..c2e2d85 100644 --- a/include/notifications/notifications.h +++ b/include/notifications/notifications.h @@ -34,8 +34,7 @@ class Engine; /** * Helper class for showing notifications. * - * Populate the builder, with the relevant properites, - * then pass it to Engine::show(). + * Populate the builder, then pass it to Engine::show(). * * @see Engine::show(Builder) */ @@ -46,7 +45,9 @@ public: ~Builder(); void set_title (const std::string& title); + void set_body (const std::string& body); + void set_icon_name (const std::string& icon_name); /* Set an interval, after which the notification will automatically |