diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-12 12:44:27 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-12 12:44:27 -0600 |
commit | 5f1d857f263edd696fe1d9af793a26e9bbd5a6c3 (patch) | |
tree | 7ef03dcf47c2f3384b2bb340e3dc31b33ab83e9b /src/common-defs.h | |
parent | 991d41fa7c9b5b51942f836ca68265513de6ef8c (diff) | |
download | ayatana-indicator-sound-5f1d857f263edd696fe1d9af793a26e9bbd5a6c3.tar.gz ayatana-indicator-sound-5f1d857f263edd696fe1d9af793a26e9bbd5a6c3.tar.bz2 ayatana-indicator-sound-5f1d857f263edd696fe1d9af793a26e9bbd5a6c3.zip |
moving towards an encapsulated mute
Diffstat (limited to 'src/common-defs.h')
-rw-r--r-- | src/common-defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common-defs.h b/src/common-defs.h index 8ec69e8..c7d497a 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -30,6 +30,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define DBUSMENU_VOLUME_MENUITEM_TYPE "x-canonical-ido-volume-type" #define DBUSMENU_VOLUME_MENUITEM_LEVEL "x-canonical-ido-volume-level" +#define DBUSMENU_MUTE_MENUITEM_TYPE "x-canonical-sound-menu-mute-type" +#define DBUSMENU_MUTE_MENUITEM_VALUE "x-canonical-sound-menu-mute-value" + #define DBUSMENU_TRANSPORT_MENUITEM_TYPE "x-canonical-sound-menu-player-transport-type" #define DBUSMENU_TRANSPORT_MENUITEM_PLAY_STATE "x-canonical-sound-menu-player-transport-state" |