diff options
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index 8583fbc..4a88aab 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -5,6 +5,10 @@ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_set_sink_volume"/> <arg type='u' name='volume_percent' direction="in"/> </method> + <method name = "GetSinkVolume"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_get_sink_volume"/> + <arg type='d' name='volume_percent_input' direction="out"/> + </method> <!-- Will need to hook up another signal which monitors for volume change Our respective UI element should listen to this and therefore will be updated with accurate setting--> @@ -17,9 +21,6 @@ Our respective UI element should listen to this and therefore will be updated wi <signal name="SinkVolumeUpdate"> <arg name="volume_percent" type="u" direction="out"/> </signal> -<!-- <signal name="SinkMuteUpdate">--> -<!-- <arg name="current_mute_value" type="b" direction="out"/>--> -<!-- </signal>--> </interface> </node> |