diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-03 22:02:41 -0800 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-03 22:02:41 -0800 |
commit | 60ea7aa0f6219a69d05b658cba562d1e2c6104e2 (patch) | |
tree | 30107d5272dc0eb1226e314b5f160899059a6e97 /src/common-defs.h | |
parent | 54209010fc5b99fd7074ae1271cfea86abaea5c6 (diff) | |
download | ayatana-indicator-sound-60ea7aa0f6219a69d05b658cba562d1e2c6104e2.tar.gz ayatana-indicator-sound-60ea7aa0f6219a69d05b658cba562d1e2c6104e2.tar.bz2 ayatana-indicator-sound-60ea7aa0f6219a69d05b658cba562d1e2c6104e2.zip |
slider now works from the safe side of the dbusmenu
Diffstat (limited to 'src/common-defs.h')
-rw-r--r-- | src/common-defs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common-defs.h b/src/common-defs.h index 0421bd6..6cacb49 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -1,5 +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" +// DBUS items +#define DBUSMENU_SLIDER_MENUITEM_TYPE "x-canonical-ido-slider-item" +#define DBUSMENU_SLIDER_MENUITEM_PROP_VOLUME "volume" |