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

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/dbus/interfaces/org.freedesktop.Secret.Service.xml')
-rw-r--r--tests/data/dbus/interfaces/org.freedesktop.Secret.Service.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/tests/data/dbus/interfaces/org.freedesktop.Secret.Service.xml b/tests/data/dbus/interfaces/org.freedesktop.Secret.Service.xml
new file mode 100644
index 000000000..40240bb43
--- /dev/null
+++ b/tests/data/dbus/interfaces/org.freedesktop.Secret.Service.xml
@@ -0,0 +1,55 @@
+<interface name="org.freedesktop.Secret.Service">
+ <property name="Collections" type="ao" access="read"/>
+ <signal name="CollectionCreated">
+ <arg name="collection" type="o" direction="out"/>
+ </signal>
+ <signal name="CollectionDeleted">
+ <arg name="collection" type="o" direction="out"/>
+ </signal>
+ <signal name="CollectionChanged">
+ <arg name="collection" type="o" direction="out"/>
+ </signal>
+ <method name="OpenSession">
+ <arg type="v" direction="out"/>
+ <arg name="algorithm" type="s" direction="in"/>
+ <arg name="input" type="v" direction="in"/>
+ <arg name="result" type="o" direction="out"/>
+ </method>
+ <method name="CreateCollection">
+ <arg type="o" direction="out"/>
+ <arg name="properties" type="a{sv}" direction="in"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
+ <arg name="alias" type="s" direction="in"/>
+ <arg name="prompt" type="o" direction="out"/>
+ </method>
+ <method name="SearchItems">
+ <arg type="ao" direction="out"/>
+ <arg name="attributes" type="a{ss}" direction="in"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="StringStringMap"/>
+ <arg name="locked" type="ao" direction="out"/>
+ </method>
+ <method name="Unlock">
+ <arg type="ao" direction="out"/>
+ <arg name="paths" type="ao" direction="in"/>
+ <arg name="prompt" type="o" direction="out"/>
+ </method>
+ <method name="Lock">
+ <arg type="ao" direction="out"/>
+ <arg name="paths" type="ao" direction="in"/>
+ <arg name="prompt" type="o" direction="out"/>
+ </method>
+ <method name="GetSecrets">
+ <arg type="a{o(oayays)}" direction="out"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ObjectPathSecretMap"/>
+ <arg name="items" type="ao" direction="in"/>
+ <arg name="session" type="o" direction="in"/>
+ </method>
+ <method name="ReadAlias">
+ <arg type="o" direction="out"/>
+ <arg name="name" type="s" direction="in"/>
+ </method>
+ <method name="SetAlias">
+ <arg name="name" type="s" direction="in"/>
+ <arg name="collection" type="o" direction="in"/>
+ </method>
+</interface>