diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-18 20:20:26 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-18 20:20:26 +0000 |
commit | b26c97936312634da3fb30e818a76ce2a5a03992 (patch) | |
tree | 7bd1abcdb49ab687338e40068ec75a24a199e1ca /src/sound-service-dbus.h | |
parent | 69049dd2d6011e9ab96f4f439d00e1de98178449 (diff) | |
parent | da7146ab578829c406c4d3ccde8b89443ba634c9 (diff) | |
download | ayatana-indicator-sound-b26c97936312634da3fb30e818a76ce2a5a03992.tar.gz ayatana-indicator-sound-b26c97936312634da3fb30e818a76ce2a5a03992.tar.bz2 ayatana-indicator-sound-b26c97936312634da3fb30e818a76ce2a5a03992.zip |
merged in updates from trunk and fixed the tests on the indicator
Diffstat (limited to 'src/sound-service-dbus.h')
-rw-r--r-- | src/sound-service-dbus.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/sound-service-dbus.h b/src/sound-service-dbus.h index ef0d7dd..ae4953e 100644 --- a/src/sound-service-dbus.h +++ b/src/sound-service-dbus.h @@ -49,10 +49,6 @@ struct _SoundServiceDbus { struct _SoundServiceDbusClass { GObjectClass parent_class; - /* Signals -> outward messages to the DBUS and beyond*/ - // TODO - ARE THESE NECESSARY ? - //void (* sink_input_while_muted) (SoundServiceDbus *self, gboolean block_value, gpointer sound_data); - //void (* sink_volume_update) (SoundServiceDbus *self, gdouble sink_volume, gpointer sound_data); }; GType sound_service_dbus_get_type (void) G_GNUC_CONST; @@ -60,6 +56,7 @@ GType sound_service_dbus_get_type (void) G_GNUC_CONST; 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); G_END_DECLS |