diff options
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" |