diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-09 18:13:58 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-09 18:13:58 +0000 |
commit | 8046b1e98594e5be7a0c3392a0348577a18dce54 (patch) | |
tree | 136f0013863e20ed47a6f4ba68889906c49de6a1 /src/sound-service-dbus.h | |
parent | 1ae774f7367f91f40f94a845c525ddedf1ddbba5 (diff) | |
download | ayatana-indicator-sound-8046b1e98594e5be7a0c3392a0348577a18dce54.tar.gz ayatana-indicator-sound-8046b1e98594e5be7a0c3392a0348577a18dce54.tar.bz2 ayatana-indicator-sound-8046b1e98594e5be7a0c3392a0348577a18dce54.zip |
slider init'd with the correct value - geesh
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 dc52861..08d4bbd 100644 --- a/src/sound-service-dbus.h +++ b/src/sound-service-dbus.h @@ -53,18 +53,14 @@ struct _SoundServiceDbusClass { void (* sink_input_while_muted) (SoundServiceDbus *self, gint sink_index, gboolean is_muted, 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; // Utility methods to get the messages across into the sound-service-dbus void sound_service_dbus_sink_input_while_muted (SoundServiceDbus* obj, gint sink_index, gboolean value); void sound_service_dbus_update_sink_volume(SoundServiceDbus* obj, gdouble sink_volume); -void set_pa_sinks_hash(SoundServiceDbus *self, GHashTable *sinks); // DBUS METHODS void sound_service_dbus_set_sink_volume(SoundServiceDbus* service, const guint volume_percent, GError** gerror); -GList *sound_service_dbus_get_sink_list(SoundServiceDbus* service); - G_END_DECLS |