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.Item.xml')
-rw-r--r--tests/data/dbus/interfaces/org.freedesktop.Secret.Item.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/data/dbus/interfaces/org.freedesktop.Secret.Item.xml b/tests/data/dbus/interfaces/org.freedesktop.Secret.Item.xml
new file mode 100644
index 000000000..d9c39a2e9
--- /dev/null
+++ b/tests/data/dbus/interfaces/org.freedesktop.Secret.Item.xml
@@ -0,0 +1,21 @@
+<interface name="org.freedesktop.Secret.Item">
+ <property name="Locked" type="b" access="read"/>
+ <property name="Attributes" type="a{ss}" access="readwrite">
+ <annotation name="org.qtproject.QtDBus.QtTypeName" value="StringStringMap"/>
+ </property>
+ <property name="Label" type="s" access="readwrite"/>
+ <property name="Created" type="t" access="read"/>
+ <property name="Modified" type="t" access="read"/>
+ <method name="Delete">
+ <arg type="o" direction="out"/>
+ </method>
+ <method name="GetSecret">
+ <arg type="(oayays)" direction="out"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="FdoSecrets::SecretStruct"/>
+ <arg name="session" type="o" direction="in"/>
+ </method>
+ <method name="SetSecret">
+ <arg name="secret" type="(oayays)" direction="in"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="FdoSecrets::SecretStruct"/>
+ </method>
+</interface>