diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-18 17:51:03 +0200 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2010-08-18 17:51:03 +0200 |
commit | 0e0a8f4e926bd8179964826cf8ae2c3cecfbd26d (patch) | |
tree | e13374346bed13be3a4fc3e815e02b05d30717d9 /src/sound-service-dbus.h | |
parent | 4122614e725c4e41278142cfce1d1fc8fb4cfc22 (diff) | |
parent | 4c742105d8252a84df1aa6e5af419afd6abb52fa (diff) | |
download | ayatana-indicator-sound-0e0a8f4e926bd8179964826cf8ae2c3cecfbd26d.tar.gz ayatana-indicator-sound-0e0a8f4e926bd8179964826cf8ae2c3cecfbd26d.tar.bz2 ayatana-indicator-sound-0e0a8f4e926bd8179964826cf8ae2c3cecfbd26d.zip |
New upstream release using mpris2 now (lp: #617367)
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); |