diff options
author | Robert Tari <robert@tari.in> | 2021-11-01 01:36:57 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-11-01 01:36:57 +0100 |
commit | de7664b8ab58d73de2aa18a4363aa191e20f738b (patch) | |
tree | 0e8e0cf8a7fc596d0d9648b3c97aef13953d6658 /src/accounts-service-system-sound-settings.vala | |
parent | 75fe9ada8fc68023abf7ba6563e0ead4d5e46b45 (diff) | |
download | ayatana-indicator-sound-de7664b8ab58d73de2aa18a4363aa191e20f738b.tar.gz ayatana-indicator-sound-de7664b8ab58d73de2aa18a4363aa191e20f738b.tar.bz2 ayatana-indicator-sound-de7664b8ab58d73de2aa18a4363aa191e20f738b.zip |
Rename com.ubuntu.touch.AccountsService.Sound to com.lomiri.touch.AccountsService.Sound
Diffstat (limited to 'src/accounts-service-system-sound-settings.vala')
-rw-r--r-- | src/accounts-service-system-sound-settings.vala | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/accounts-service-system-sound-settings.vala b/src/accounts-service-system-sound-settings.vala index 84320c5..0fa3d0c 100644 --- a/src/accounts-service-system-sound-settings.vala +++ b/src/accounts-service-system-sound-settings.vala @@ -1,5 +1,6 @@ /* * Copyright 2014 © Canonical Ltd. + * Copyright 2021 © Robert Tari * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,9 +16,10 @@ * * Authors: * Ted Gould <ted@canonical.com> + * Robert Tari <robert@tari.in> */ -[DBus (name = "com.ubuntu.touch.AccountsService.Sound")] +[DBus (name = "com.lomiri.touch.AccountsService.Sound")] public interface AccountsServiceSystemSoundSettings : Object { // properties public abstract bool silent_mode {owned get; set;} |