aboutsummaryrefslogtreecommitdiff
path: root/include/datetime
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-06-23 20:26:09 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-06-23 20:26:09 -0500
commit0463fa7657b1aab4a3f5c6e7909ba1513c047968 (patch)
treeb97d8a5d8ba22af627e5470c85755e57ea78a5e6 /include/datetime
parent9c34627337380a3125ffc7173606d72a66feec2e (diff)
downloadayatana-indicator-datetime-0463fa7657b1aab4a3f5c6e7909ba1513c047968.tar.gz
ayatana-indicator-datetime-0463fa7657b1aab4a3f5c6e7909ba1513c047968.tar.bz2
ayatana-indicator-datetime-0463fa7657b1aab4a3f5c6e7909ba1513c047968.zip
add support for per-alarm ringtone sounds set in EDS via E_CAL_COMPONENT_ALARM_AUDIO
Diffstat (limited to 'include/datetime')
-rw-r--r--include/datetime/appointment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/datetime/appointment.h b/include/datetime/appointment.h
index 4778293..2e406a2 100644
--- a/include/datetime/appointment.h
+++ b/include/datetime/appointment.h
@@ -39,6 +39,7 @@ public:
std::string summary;
std::string url;
std::string uid;
+ std::string audio_url;
bool has_alarms = false;
DateTime begin;
DateTime end;