aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service-dbus.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-02-08 17:21:05 +0000
committerConor Curran <conor.curran@canonical.com>2010-02-08 17:21:05 +0000
commitea417ae84133c26aed0b257376ab1d1c567a9779 (patch)
treef889cfcbaf1efe9f20e338b27f516bf8f6f3976b /src/sound-service-dbus.h
parentf9ef87f71c488f6791e32b1cf7205fb65db81ce8 (diff)
downloadayatana-indicator-sound-ea417ae84133c26aed0b257376ab1d1c567a9779.tar.gz
ayatana-indicator-sound-ea417ae84133c26aed0b257376ab1d1c567a9779.tar.bz2
ayatana-indicator-sound-ea417ae84133c26aed0b257376ab1d1c567a9779.zip
automatic slider volume updates working
Diffstat (limited to 'src/sound-service-dbus.h')
-rw-r--r--src/sound-service-dbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound-service-dbus.h b/src/sound-service-dbus.h
index bb4fbe8..dc52861 100644
--- a/src/sound-service-dbus.h
+++ b/src/sound-service-dbus.h
@@ -51,14 +51,14 @@ struct _SoundServiceDbusClass {
GObjectClass parent_class;
/* Signals -> outward messages to the DBUS and beyond*/
void (* sink_input_while_muted) (SoundServiceDbus *self, gint sink_index, gboolean is_muted, gpointer sound_data);
- void (* sink_volume_update) (SoundServiceDbus *self, gint sink_volume);
+ 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, gint sink_volume);
+void sound_service_dbus_update_sink_volume(SoundServiceDbus* obj, gdouble sink_volume);
void set_pa_sinks_hash(SoundServiceDbus *self, GHashTable *sinks);
// DBUS METHODS