aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service-dbus.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-02-16 18:37:15 +0000
committerConor Curran <conor.curran@canonical.com>2011-02-16 18:37:15 +0000
commitfe11e6ad36166f9e5e7279ffc59249dd7788360a (patch)
tree773040534753e92f5d68ca1f57f3c8a70cdb67bc /src/sound-service-dbus.h
parent5d32cec559249cb0e3b0a85ecdc8e0a5dc1ab199 (diff)
downloadayatana-indicator-sound-fe11e6ad36166f9e5e7279ffc59249dd7788360a.tar.gz
ayatana-indicator-sound-fe11e6ad36166f9e5e7279ffc59249dd7788360a.tar.bz2
ayatana-indicator-sound-fe11e6ad36166f9e5e7279ffc59249dd7788360a.zip
moving towards a voip input item
Diffstat (limited to 'src/sound-service-dbus.h')
-rw-r--r--src/sound-service-dbus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sound-service-dbus.h b/src/sound-service-dbus.h
index cdc4608..9b19a5e 100644
--- a/src/sound-service-dbus.h
+++ b/src/sound-service-dbus.h
@@ -57,7 +57,8 @@ 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_build_sound_menu ( SoundServiceDbus* self,
DbusmenuMenuitem* mute_item,
- DbusmenuMenuitem* slider_item);
+ DbusmenuMenuitem* slider_item,
+ DbusmenuMenuitem* voip_input_menu_item);
G_END_DECLS