mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-28 16:59:44 -05:00
12 lines
355 B
XML
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>
|