diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-08 14:42:30 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-08 14:42:30 +0000 |
commit | f9ef87f71c488f6791e32b1cf7205fb65db81ce8 (patch) | |
tree | a3891347530ef81463595a2332ede9fc5161c1b0 /src/common-defs.h | |
parent | 470e751be8af2da3bbc69a1115d2ce19590cac5a (diff) | |
download | ayatana-indicator-sound-f9ef87f71c488f6791e32b1cf7205fb65db81ce8.tar.gz ayatana-indicator-sound-f9ef87f71c488f6791e32b1cf7205fb65db81ce8.tar.bz2 ayatana-indicator-sound-f9ef87f71c488f6791e32b1cf7205fb65db81ce8.zip |
automatic volume updates in progress
Diffstat (limited to 'src/common-defs.h')
-rw-r--r-- | src/common-defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-defs.h b/src/common-defs.h index 6cacb49..a06b1b3 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -1,6 +1,6 @@ /* 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" +#define SIGNAL_UPDATE_SINK_VOLUME "UpdateSinkVolume" // DBUS items #define DBUSMENU_SLIDER_MENUITEM_TYPE "x-canonical-ido-slider-item" |