aboutsummaryrefslogtreecommitdiff
path: root/include/datetime
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-09-02 11:16:01 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-09-02 11:16:01 -0500
commit000f91caf98706d21868e0b41e42388ef68fc9e5 (patch)
tree27b30578020a25ecbbbfb09fe3af682c9028e8f0 /include/datetime
parent63493709a92c76169ad065cc3804b13dbd786537 (diff)
downloadayatana-indicator-datetime-000f91caf98706d21868e0b41e42388ef68fc9e5.tar.gz
ayatana-indicator-datetime-000f91caf98706d21868e0b41e42388ef68fc9e5.tar.bz2
ayatana-indicator-datetime-000f91caf98706d21868e0b41e42388ef68fc9e5.zip
update Snap Decisions to include snooze
Diffstat (limited to 'include/datetime')
-rw-r--r--include/datetime/snap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/datetime/snap.h b/include/datetime/snap.h
index ef5c868..572158d 100644
--- a/include/datetime/snap.h
+++ b/include/datetime/snap.h
@@ -44,8 +44,8 @@ public:
typedef std::function<void(const Appointment&)> appointment_func;
void operator()(const Appointment& appointment,
- appointment_func show,
- appointment_func dismiss);
+ appointment_func snooze,
+ appointment_func ok);
private:
class Impl;