aboutsummaryrefslogtreecommitdiff
path: root/src/slider-menu-item.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-02-04 19:55:20 +0000
committerConor Curran <conor.curran@canonical.com>2011-02-04 19:55:20 +0000
commit381d827c0da72499f6092c7bb8cb6238ba0d2746 (patch)
treee01af7ffa0e1876259f4731d47c34b99db5849ab /src/slider-menu-item.h
parent6bfc46de9234f0ef39d90b934fb406eebec4c59c (diff)
downloadayatana-indicator-sound-381d827c0da72499f6092c7bb8cb6238ba0d2746.tar.gz
ayatana-indicator-sound-381d827c0da72499f6092c7bb8cb6238ba0d2746.tar.bz2
ayatana-indicator-sound-381d827c0da72499f6092c7bb8cb6238ba0d2746.zip
hook back volume and mute setting and test
Diffstat (limited to 'src/slider-menu-item.h')
-rw-r--r--src/slider-menu-item.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slider-menu-item.h b/src/slider-menu-item.h
index 51336ae..f094c71 100644
--- a/src/slider-menu-item.h
+++ b/src/slider-menu-item.h
@@ -23,6 +23,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <glib-object.h>
#include <libdbusmenu-glib/menuitem.h>
+#include "active-sink.h"
G_BEGIN_DECLS
@@ -49,8 +50,7 @@ GType slider_menu_item_get_type (void);
void slider_menu_item_update(SliderMenuItem* item, gdouble update);
void slider_menu_item_enable(SliderMenuItem* item, gboolean active);
-SliderMenuItem* slider_menu_item_new (gboolean sinks_available,
- gdouble current_vol);
+SliderMenuItem* slider_menu_item_new (ActiveSink* sink);
G_END_DECLS