aboutsummaryrefslogtreecommitdiff
path: root/src/slider-menu-item.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-02-07 18:12:54 +0000
committerConor Curran <conor.curran@canonical.com>2011-02-07 18:12:54 +0000
commit1691ba2e034d688d58fba39fa88d8ef10bf67fe6 (patch)
tree0c729f8b6106119be61d56a40c25eaab2cc72bba /src/slider-menu-item.h
parentaa063e3e1c57346a6af86cc0a6cee81a846b1154 (diff)
parentfba8f5aa4d7619b6e796ebb7cd4c96d30f5fd0ff (diff)
downloadayatana-indicator-sound-1691ba2e034d688d58fba39fa88d8ef10bf67fe6.tar.gz
ayatana-indicator-sound-1691ba2e034d688d58fba39fa88d8ef10bf67fe6.tar.bz2
ayatana-indicator-sound-1691ba2e034d688d58fba39fa88d8ef10bf67fe6.zip
finally a code base which is sane
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