diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-01 09:36:47 +0000 |
|---|---|---|
| committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-07-01 09:36:47 +0000 |
| commit | 6880613bbc6535242e95e7f5c65d9a9140eaa28b (patch) | |
| tree | a5302d6eaa5005ec44b6498566f00e4237e697d8 /include/datetime/settings.h | |
| parent | f6778e1cc3e3881225e967c94de4685c732755db (diff) | |
| parent | ea8bedf5ec63ca42de776de9f4c21343a8163578 (diff) | |
| download | ayatana-indicator-datetime-6880613bbc6535242e95e7f5c65d9a9140eaa28b.tar.gz ayatana-indicator-datetime-6880613bbc6535242e95e7f5c65d9a9140eaa28b.tar.bz2 ayatana-indicator-datetime-6880613bbc6535242e95e7f5c65d9a9140eaa28b.zip | |
Add the ability to have per-alarm custom sounds. Fixes: 1318997
Diffstat (limited to 'include/datetime/settings.h')
| -rw-r--r-- | include/datetime/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/datetime/settings.h b/include/datetime/settings.h index ce234d9..a941f05 100644 --- a/include/datetime/settings.h +++ b/include/datetime/settings.h @@ -56,6 +56,9 @@ public: core::Property<bool> show_year; core::Property<TimeFormatMode> time_format_mode; core::Property<std::string> timezone_name; + core::Property<std::string> alarm_sound; + core::Property<AlarmVolume> alarm_volume; + core::Property<int> alarm_duration; }; } // namespace datetime |
