diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-05 10:38:57 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-05 10:38:57 +0000 |
commit | 8d392c8f315f18c1ebc52850141b103897e2eea2 (patch) | |
tree | 9b2d839692f3e1668a1cacec9f4eecec5b6542a3 /src/sound-service-dbus.h | |
parent | 378c3c3f79aae564090593af6c6ce6abdb3c541a (diff) | |
download | ayatana-indicator-sound-8d392c8f315f18c1ebc52850141b103897e2eea2.tar.gz ayatana-indicator-sound-8d392c8f315f18c1ebc52850141b103897e2eea2.tar.bz2 ayatana-indicator-sound-8d392c8f315f18c1ebc52850141b103897e2eea2.zip |
blocking event now being registered, removed unneccessary marshaller
Diffstat (limited to 'src/sound-service-dbus.h')
-rw-r--r-- | src/sound-service-dbus.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sound-service-dbus.h b/src/sound-service-dbus.h index ef0d7dd..1a06117 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; |