diff options
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index 26d83e5..0a35690 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -13,6 +13,9 @@ Our respective UI element should listen to this and therefore will be updated wi <arg name="sink_index" type="x" direction="out"/> <arg name="mute_value" type="b" direction="out"/> </signal> + <signal name="SinkVolumeUpdate"> + <arg name="volume_percent" type="x" direction="out"/> + </signal> </interface> </node> |