aboutsummaryrefslogtreecommitdiff
path: root/src/accounts-service-system-sound-settings.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/accounts-service-system-sound-settings.vala')
-rw-r--r--src/accounts-service-system-sound-settings.vala4
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;}