~charlesk/indicator-datetime/lp-1337348-use-gstreamer-api

« back to all changes in this revision

Viewing changes to include/datetime/settings-live.h

Add the ability to have per-alarm custom sounds. Fixes: 1318997

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    void update_show_year();
56
56
    void update_time_format_mode();
57
57
    void update_timezone_name();
 
58
    void update_alarm_sound();
 
59
    void update_alarm_volume();
 
60
    void update_alarm_duration();
58
61
 
59
62
    GSettings* m_settings;
60
63