aboutsummaryrefslogtreecommitdiff
path: root/src/common-defs.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-02-10 13:11:00 +0000
committerConor Curran <conor.curran@canonical.com>2010-02-10 13:11:00 +0000
commit1b4d886b058dcfc0c0c89631bdeb91209ebfcdda (patch)
tree515c6778ea438bdf966b5a52b30aaed76e52026d /src/common-defs.h
parent8c992efe8d490c63021bca280c4e2d46f22bca40 (diff)
parentef8f7d725ef912219e1829d4c22db9abbc00df1a (diff)
downloadayatana-indicator-sound-1b4d886b058dcfc0c0c89631bdeb91209ebfcdda.tar.gz
ayatana-indicator-sound-1b4d886b058dcfc0c0c89631bdeb91209ebfcdda.tar.bz2
ayatana-indicator-sound-1b4d886b058dcfc0c0c89631bdeb91209ebfcdda.zip
merged with dev branch - should be seen as first release from now on will request merges
Diffstat (limited to 'src/common-defs.h')
-rw-r--r--src/common-defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common-defs.h b/src/common-defs.h
index 6cacb49..896caba 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 METHOD_SET_SINK_VOLUME "SetSinkVolume"
+#define SIGNAL_SINK_VOLUME_UPDATE "SinkVolumeUpdate"
+#define SIGNAL_SINK_MUTE_UPDATE "SinkMuteUpdate"
// DBUS items
#define DBUSMENU_SLIDER_MENUITEM_TYPE "x-canonical-ido-slider-item"