aboutsummaryrefslogtreecommitdiff
path: root/src/device.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-16 11:03:46 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-16 11:03:46 +0000
commitd0ef5f9435e10d39baea01c9d240e4149a80944c (patch)
tree170c3a420f3bc3f14d8dadc91da55c42ce0b0389 /src/device.h
parent661b34c4f8175efbd51a4471c01e96a370806228 (diff)
parent7a2e0aec631872d45c3e5b508a1c84343f53ed30 (diff)
downloadayatana-indicator-sound-d0ef5f9435e10d39baea01c9d240e4149a80944c.tar.gz
ayatana-indicator-sound-d0ef5f9435e10d39baea01c9d240e4149a80944c.tar.bz2
ayatana-indicator-sound-d0ef5f9435e10d39baea01c9d240e4149a80944c.zip
volume-slider now behaves the same as the voip slider when muted
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/device.h b/src/device.h
index 42d8189..9c74344 100644
--- a/src/device.h
+++ b/src/device.h
@@ -58,11 +58,11 @@ GType device_get_type (void) G_GNUC_CONST;
*/
// Sink related
-void device_populate (Device* sink, const pa_sink_info* update);
-void device_update (Device* sink, const pa_sink_info* update);
-gboolean device_is_populated (Device* sink);
-gint device_get_index (Device* self);
-void device_deactivate (Device* self);
+void device_sink_populate (Device* sink, const pa_sink_info* update);
+void device_sink_update (Device* sink, const pa_sink_info* update);
+gboolean device_is_sink_populated (Device* sink);
+gint device_get_sink_index (Device* self);
+void device_sink_deactivated (Device* self);
void device_update_mute (Device* self, gboolean mute_update);
void device_ensure_sink_is_unmuted (Device* self);