Welcome to mirror list, hosted at ThFree Co, Russian Federation.

org.freedesktop.Secret.Prompt.xml « interfaces « dbus « data « tests - github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92aa8df844b7b6a01400b3aa76067d62096d4dca (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>