aboutsummaryrefslogtreecommitdiff
path: root/src/pulseaudio-mgr.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-14 19:47:59 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-14 19:47:59 +0000
commit76ef685e00626c73f01bcb547e143fa4ec308ea8 (patch)
treea325e92ba322aa83f12c9eb82c60ace09d2049af /src/pulseaudio-mgr.h
parent84f68e01cf7b165d69f592cba379c28f890a4a1c (diff)
downloadayatana-indicator-sound-76ef685e00626c73f01bcb547e143fa4ec308ea8.tar.gz
ayatana-indicator-sound-76ef685e00626c73f01bcb547e143fa4ec308ea8.tar.bz2
ayatana-indicator-sound-76ef685e00626c73f01bcb547e143fa4ec308ea8.zip
renamed active-sink to device so as the naming makes sense
Diffstat (limited to 'src/pulseaudio-mgr.h')
-rw-r--r--src/pulseaudio-mgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulseaudio-mgr.h b/src/pulseaudio-mgr.h
index d61117d..ace47f3 100644
--- a/src/pulseaudio-mgr.h
+++ b/src/pulseaudio-mgr.h
@@ -17,9 +17,9 @@ You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "active-sink.h"
+#include "device.h"
-void pm_establish_pulse_connection (ActiveSink* active_sink);
+void pm_establish_pulse_connection (Device* device);
void close_pulse_activites();
void pm_update_volume (gint sink_index, pa_cvolume new_volume);
void pm_update_mic_gain (gint source_index, pa_cvolume new_gain);