diff options
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index 4a88aab..65d88ab 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -15,13 +15,17 @@ Our respective UI element should listen to this and therefore will be updated wi <!-- Triggered when a sink is muted but the input has been sent to that sink --> <signal name="SinkInputWhileMuted"> <arg name="sink_index" type="x" direction="out"/> - <arg name="mute_value" type="b" direction="out"/> + <arg name="block_value" type="b" direction="out"/> </signal> <signal name="SinkVolumeUpdate"> <arg name="volume_percent" type="u" direction="out"/> </signal> + <signal name="SinkMuteUpdate"> + <arg name="mute_value" type="b" direction="out"/> + </signal> + </interface> </node> |