keepassxc/tests/data/dbus/interfaces/org.freedesktop.Secret.Prompt.xml

12 lines
355 B
XML
Raw Normal View History

2019-12-16 16:49:58 -05:00
<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>