Add captureSaved to dbus interface description

This commit is contained in:
brimston3
2021-01-14 19:35:17 -05:00
committed by borgmanJeremy
parent e07829ec55
commit e2bd91a1de

View File

@@ -115,5 +115,17 @@
<arg name="id" type="u" direction="out"/>
</signal>
<!--
captureSaved:
@id: identificator of the call.
@savePath: canonical path of the newly created image file.
An image was written to disk after capture.
-->
<signal name="captureSaved">
<arg name="id" type="u" direction="out"/>
<arg name="savePath" type="s" direction="out"/>
</signal>
</interface>
</node>