aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service-dbus.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-02-04 16:17:31 +0000
committerConor Curran <conor.curran@canonical.com>2011-02-04 16:17:31 +0000
commit025fb0a3df226ab127ee435c341882addfafcbba (patch)
treee7da7aca3e7428e37acf7183ddee3f837d8874d8 /src/sound-service-dbus.h
parent7ba3797b9006f0a7e048787ee6de91fd05e60d2b (diff)
downloadayatana-indicator-sound-025fb0a3df226ab127ee435c341882addfafcbba.tar.gz
ayatana-indicator-sound-025fb0a3df226ab127ee435c341882addfafcbba.tar.bz2
ayatana-indicator-sound-025fb0a3df226ab127ee435c341882addfafcbba.zip
almost in place
Diffstat (limited to 'src/sound-service-dbus.h')
-rw-r--r--src/sound-service-dbus.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/sound-service-dbus.h b/src/sound-service-dbus.h
index fab3549..cdc4608 100644
--- a/src/sound-service-dbus.h
+++ b/src/sound-service-dbus.h
@@ -55,12 +55,10 @@ GType sound_service_dbus_get_type (void) G_GNUC_CONST;
DbusmenuMenuitem* sound_service_dbus_create_root_item (SoundServiceDbus* self);
void sound_service_dbus_update_sound_state (SoundServiceDbus* self, SoundState new_state);
-void sound_service_dbus_update_sink_mute(SoundServiceDbus* self, gboolean sink_mute);
-void sound_service_dbus_update_volume(SoundServiceDbus* self, gdouble volume);
-void sound_service_dbus_update_pa_state ( SoundServiceDbus* root,
- gboolean availability,
- gboolean mute_update,
- gdouble volume );
+void sound_service_dbus_build_sound_menu ( SoundServiceDbus* self,
+ DbusmenuMenuitem* mute_item,
+ DbusmenuMenuitem* slider_item);
+
G_END_DECLS