diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-04 11:32:25 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-04 11:32:25 +0100 |
commit | 7beb889ea4838851ac5baeaecb30634855f43459 (patch) | |
tree | a071e3ccec7dc0548bf5994594a02ac6b6379854 /src/sound-service-dbus.h | |
parent | fe354978ea13a5d3d8cbfc8f8ec2b3ab20170cf5 (diff) | |
download | ayatana-indicator-sound-7beb889ea4838851ac5baeaecb30634855f43459.tar.gz ayatana-indicator-sound-7beb889ea4838851ac5baeaecb30634855f43459.tar.bz2 ayatana-indicator-sound-7beb889ea4838851ac5baeaecb30634855f43459.zip |
refactor complete
Diffstat (limited to 'src/sound-service-dbus.h')
-rw-r--r-- | src/sound-service-dbus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound-service-dbus.h b/src/sound-service-dbus.h index 72556ad..b6e8193 100644 --- a/src/sound-service-dbus.h +++ b/src/sound-service-dbus.h @@ -52,7 +52,6 @@ GType sound_service_dbus_get_type (void) G_GNUC_CONST; // Utility methods to get the SIGNAL messages across into the sound-service-dbus void sound_service_dbus_sink_input_while_muted (SoundServiceDbus* obj, gboolean block_value); -void sound_service_dbus_update_sink_volume(SoundServiceDbus* obj, gdouble sink_volume); void sound_service_dbus_update_sink_mute(SoundServiceDbus* obj, gboolean sink_mute); void sound_service_dbus_update_sink_availability(SoundServiceDbus* obj, gboolean sink_availibity); |