diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-10 13:11:00 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-10 13:11:00 +0000 |
commit | 1b4d886b058dcfc0c0c89631bdeb91209ebfcdda (patch) | |
tree | 515c6778ea438bdf966b5a52b30aaed76e52026d /src/common-defs.h | |
parent | 8c992efe8d490c63021bca280c4e2d46f22bca40 (diff) | |
parent | ef8f7d725ef912219e1829d4c22db9abbc00df1a (diff) | |
download | ayatana-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.h | 3 |
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" |