mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-10 19:58:35 -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>
|