diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-08 19:12:18 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-08 19:12:18 +0000 |
commit | c462eb03f66d00a39562d00238f5dce35f371df6 (patch) | |
tree | a449596a49ca8d702cc959d3119c04f1ddbe45d3 /src/common-defs.h | |
parent | 8d392c8f315f18c1ebc52850141b103897e2eea2 (diff) | |
download | ayatana-indicator-sound-c462eb03f66d00a39562d00238f5dce35f371df6.tar.gz ayatana-indicator-sound-c462eb03f66d00a39562d00238f5dce35f371df6.tar.bz2 ayatana-indicator-sound-c462eb03f66d00a39562d00238f5dce35f371df6.zip |
no sink available dynamically being handled
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" |