mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-26 03:39:34 +00:00
Add captureSaved to dbus interface description
This commit is contained in:
@@ -115,5 +115,17 @@
|
|||||||
<arg name="id" type="u" direction="out"/>
|
<arg name="id" type="u" direction="out"/>
|
||||||
</signal>
|
</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>
|
</interface>
|
||||||
</node>
|
</node>
|
||||||
|
|||||||
Reference in New Issue
Block a user