diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2016-04-28 09:35:05 -0300 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:37:39 +0200 |
commit | 0fb4679e9043ba2591055f46445294cf508be0fb (patch) | |
tree | df4b07572c54abcf1ba472ddc72ca20b2e6f1c78 /include | |
parent | 7ecfadf5eb61fe32332293ec6de2fe18bfedf0fa (diff) | |
download | ayatana-indicator-datetime-0fb4679e9043ba2591055f46445294cf508be0fb.tar.gz ayatana-indicator-datetime-0fb4679e9043ba2591055f46445294cf508be0fb.tar.bz2 ayatana-indicator-datetime-0fb4679e9043ba2591055f46445294cf508be0fb.zip |
Small fixes requeted by charles during the review.
Diffstat (limited to 'include')
-rw-r--r-- | include/notifications/notifications.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index 4b66800..450c45b 100644 --- a/include/notifications/notifications.h +++ b/include/notifications/notifications.h @@ -75,7 +75,7 @@ public: void set_closed_callback (std::function<void(const std::string& action)>); /** Sets the time-out callback. This will be called exactly once. */ - void set_missed_click_callback (std::function<void()>); + void set_timeout_callback (std::function<void()>); private: |