aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@canonical.com>2016-04-28 09:35:05 -0300
committerRobert Tari <robert@tari.in>2021-07-07 01:10:29 +0200
commit846dfb9d7b16aec7923444083256a8565f308013 (patch)
treea7771902a19a3c4a147b336d886943eef7561a94 /include
parent76e3bd94724e9bc7bedd24548103e31d85334d53 (diff)
downloadayatana-indicator-datetime-846dfb9d7b16aec7923444083256a8565f308013.tar.gz
ayatana-indicator-datetime-846dfb9d7b16aec7923444083256a8565f308013.tar.bz2
ayatana-indicator-datetime-846dfb9d7b16aec7923444083256a8565f308013.zip
Small fixes requeted by charles during the review.
Diffstat (limited to 'include')
-rw-r--r--include/notifications/notifications.h2
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: