aboutsummaryrefslogtreecommitdiff
path: root/src/accounts-service-system-sound-settings.vala
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-01 10:26:56 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-01 10:26:56 +0100
commitab68e814235436b47905f054356798753fbf8009 (patch)
tree31ffcd74916841f788b49f6077df13bd05143f68 /src/accounts-service-system-sound-settings.vala
parentc589574a6c982febb768cc4830e8a63057e9b9f9 (diff)
parentab8c534e8123bf3a9bfda7534da0f89106e3242b (diff)
downloadayatana-indicator-sound-ab68e814235436b47905f054356798753fbf8009.tar.gz
ayatana-indicator-sound-ab68e814235436b47905f054356798753fbf8009.tar.bz2
ayatana-indicator-sound-ab68e814235436b47905f054356798753fbf8009.zip
Merge branch 'tari01-pr/accountsservice-sound'
Attributes GH PR #41: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/41
Diffstat (limited to 'src/accounts-service-system-sound-settings.vala')
-rw-r--r--src/accounts-service-system-sound-settings.vala8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/accounts-service-system-sound-settings.vala b/src/accounts-service-system-sound-settings.vala
index 9eb91c4..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,10 +16,11 @@
*
* 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;}
+ // properties
+ public abstract bool silent_mode {owned get; set;}
}