aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service-dbus.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-02-18 17:53:29 +0000
committerConor Curran <conor.curran@canonical.com>2011-02-18 17:53:29 +0000
commitf82480c0cb0a801fa694a178a0021ed8370d07b7 (patch)
tree652e4449dc1654f37c60e6b796599a82d7187fb3 /src/sound-service-dbus.h
parent5d32cec559249cb0e3b0a85ecdc8e0a5dc1ab199 (diff)
parent223ff23be530c865da8a8b90d18ca77c36af6e35 (diff)
downloadayatana-indicator-sound-f82480c0cb0a801fa694a178a0021ed8370d07b7.tar.gz
ayatana-indicator-sound-f82480c0cb0a801fa694a178a0021ed8370d07b7.tar.bz2
ayatana-indicator-sound-f82480c0cb0a801fa694a178a0021ed8370d07b7.zip
voip feature landed
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