aboutsummaryrefslogtreecommitdiff
path: root/src/common-defs.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-02-08 19:19:07 +0000
committerConor Curran <conor.curran@canonical.com>2010-02-08 19:19:07 +0000
commitbf02109517f8e770373e13fc78cdda3019d77f04 (patch)
tree8ac695e9ac59e2b60930b53f7fcdca91d2311442 /src/common-defs.h
parentd1e576becc28434d42e29640b8674342f8b6f521 (diff)
downloadayatana-indicator-sound-bf02109517f8e770373e13fc78cdda3019d77f04.tar.gz
ayatana-indicator-sound-bf02109517f8e770373e13fc78cdda3019d77f04.tar.bz2
ayatana-indicator-sound-bf02109517f8e770373e13fc78cdda3019d77f04.zip
mute ui updates from external intervention
Diffstat (limited to 'src/common-defs.h')
-rw-r--r--src/common-defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common-defs.h b/src/common-defs.h
index c969ddb..4009773 100644
--- a/src/common-defs.h
+++ b/src/common-defs.h
@@ -1,6 +1,7 @@
/* constants used for signals on the dbus. This file is shared between client and server implementation */
#define SIGNAL_SINK_INPUT_WHILE_MUTED "SinkInputWhileMuted"
#define SIGNAL_SINK_VOLUME_UPDATE "SinkVolumeUpdate"
+//#define SIGNAL_SINK_MUTE_UPDATE "SinkMuteUpdate"
// DBUS items
#define DBUSMENU_SLIDER_MENUITEM_TYPE "x-canonical-ido-slider-item"