diff options
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index a0f6f57..ad1a626 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -7,8 +7,8 @@ <!-- </method>--> <!-- Triggered when a sink is muted but the input has been sent to that sink --> <signal name="SinkInputWhileMuted"> - <arg name="cur_value" type="i" direction="out"/> - <arg name="cur_value" type="b" direction="out"/> + <arg name="sink_index" type="i" direction="out"/> + <arg name="mute_value" type="b" direction="out"/> </signal> </interface> </node> |