diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-11 17:23:13 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-11 17:23:13 +0000 |
commit | b4dfb37242eb867798f778a80d5ece48a568630b (patch) | |
tree | 5c02f8b9a80eb444569ac783d47fb9dc29f40534 /src/common-defs.h | |
parent | 633b514efeaf1c4086e1b2e5fbef185b199517c8 (diff) | |
parent | 0391c21a9205ecf2a182a217d74e3f4d3177f81e (diff) | |
download | ayatana-indicator-sound-b4dfb37242eb867798f778a80d5ece48a568630b.tar.gz ayatana-indicator-sound-b4dfb37242eb867798f778a80d5ece48a568630b.tar.bz2 ayatana-indicator-sound-b4dfb37242eb867798f778a80d5ece48a568630b.zip |
merged weeks work plus incremented version in prep for 0.1.3 release
Diffstat (limited to 'src/common-defs.h')
-rw-r--r-- | src/common-defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common-defs.h b/src/common-defs.h index 942e269..9be1da5 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -22,6 +22,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define SIGNAL_SINK_INPUT_WHILE_MUTED "SinkInputWhileMuted" #define SIGNAL_SINK_VOLUME_UPDATE "SinkVolumeUpdate" #define SIGNAL_SINK_MUTE_UPDATE "SinkMuteUpdate" +#define SIGNAL_SINK_AVAILABLE_UPDATE "SinkAvailableUpdate" // DBUS items #define DBUSMENU_SLIDER_MENUITEM_TYPE "x-canonical-ido-slider-item" |