diff options
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 |