diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-01-28 18:26:00 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-01-28 18:26:00 +0000 |
commit | 93ae69dcd77bc81c3146c2321eb12226cd7704df (patch) | |
tree | 0aacaafacbc063d32b1e04477daa2e3599433de2 /src/sound-service-dbus.h | |
parent | 7ec9f75f2a0cdf13a3728c18a33dca9e327e2bf2 (diff) | |
download | ayatana-indicator-sound-93ae69dcd77bc81c3146c2321eb12226cd7704df.tar.gz ayatana-indicator-sound-93ae69dcd77bc81c3146c2321eb12226cd7704df.tar.bz2 ayatana-indicator-sound-93ae69dcd77bc81c3146c2321eb12226cd7704df.zip |
slider event detection hooked up, method also defined on server side but there is a compilation problem which for the life of me i cannot see what i'm doing wrong
Diffstat (limited to 'src/sound-service-dbus.h')
-rw-r--r-- | src/sound-service-dbus.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sound-service-dbus.h b/src/sound-service-dbus.h index 83f9c77..c8a36a7 100644 --- a/src/sound-service-dbus.h +++ b/src/sound-service-dbus.h @@ -59,10 +59,9 @@ struct _SoundServiceDbusClass { GType sound_service_dbus_get_type (void) G_GNUC_CONST; -// Utility methods to get the messages across the into the static function space of sound-service-dbus +// 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_sink_volume_changed (SoundServiceDbus* obj, gint volume); G_END_DECLS |