~charlesk/indicator-datetime/lp-1424966-fix-ecanceled-errno-trunk-15.04

« back to all changes in this revision

Viewing changes to include/datetime/engine.h

After a one-time Ubuntu alarm's notification is displayed, disable the alarm. Fixes: #1362341
Approved by: Ted Gould, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
                                  const DateTime& end,
51
51
                                  const Timezone& default_timezone,
52
52
                                  std::function<void(const std::vector<Appointment>&)> appointment_func) =0;
 
53
    virtual void disable_ubuntu_alarm(const Appointment&) =0;
53
54
 
54
55
    virtual core::Signal<>& changed() =0;
55
56