keepassxc/tests/data/dbus/interfaces/org.freedesktop.Secret.Prompt.xml
2020-05-27 22:07:25 -04:00

12 lines
355 B
XML

<interface name="org.freedesktop.Secret.Prompt">
<signal name="Completed">
<arg name="dismissed" type="b" direction="out"/>
<arg name="result" type="v" direction="out"/>
</signal>
<method name="Prompt">
<arg name="windowId" type="s" direction="in"/>
</method>
<method name="Dismiss">
</method>
</interface>