aboutsummaryrefslogtreecommitdiff
path: root/src/common-defs.h
blob: 400977344f8412b5c6f27036c1892b4d7afd3b8d (plain)
1
2
3
4
5
6
7
8
/* 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"
#define DBUSMENU_SLIDER_MENUITEM_PROP_VOLUME   "volume"