aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-menu-manager.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-12 14:33:30 -0600
committerConor Curran <conor.curran@canonical.com>2011-01-12 14:33:30 -0600
commit055df674f70f7961c6d47e3b031881e142f6dea8 (patch)
tree80074b6f540408d5a2781173057029124bded0ee /src/dbus-menu-manager.h
parent5f1d857f263edd696fe1d9af793a26e9bbd5a6c3 (diff)
downloadayatana-indicator-sound-055df674f70f7961c6d47e3b031881e142f6dea8.tar.gz
ayatana-indicator-sound-055df674f70f7961c6d47e3b031881e142f6dea8.tar.bz2
ayatana-indicator-sound-055df674f70f7961c6d47e3b031881e142f6dea8.zip
rf underway
Diffstat (limited to 'src/dbus-menu-manager.h')
-rw-r--r--src/dbus-menu-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-menu-manager.h b/src/dbus-menu-manager.h
index ec2b2e2..5b6544e 100644
--- a/src/dbus-menu-manager.h
+++ b/src/dbus-menu-manager.h
@@ -29,6 +29,6 @@ void dbus_menu_manager_update_volume(gdouble volume);
void dbus_menu_manager_update_pa_state(gboolean pa_state, gboolean sink_available, gboolean sink_muted, gdouble current_vol);
// TODO update pa_state should incorporate the method below !
void dbus_menu_manager_update_mute_ui(gboolean incoming_mute_value);
-
+void dbmm_pa_wrapper_toggle_mute(gboolean update);
#endif