-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathorg.freedesktop.Secret.Collection.xml
More file actions
35 lines (35 loc) · 1.44 KB
/
org.freedesktop.Secret.Collection.xml
File metadata and controls
35 lines (35 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<!-- GDBus 2.56.3 -->
<node>
<interface name="org.freedesktop.Secret.Collection">
<method name="Delete">
<arg type="o" name="prompt" direction="out"/>
</method>
<method name="SearchItems">
<arg type="a{ss}" name="attributes" direction="in"/>
<arg type="ao" name="results" direction="out"/>
</method>
<method name="CreateItem">
<arg type="a{sv}" name="properties" direction="in"/>
<arg type="(oayays)" name="secret" direction="in"/>
<arg type="b" name="replace" direction="in"/>
<arg type="o" name="item" direction="out"/>
<arg type="o" name="prompt" direction="out"/>
</method>
<signal name="ItemCreated">
<arg type="o" name="item"/>
</signal>
<signal name="ItemDeleted">
<arg type="o" name="item"/>
</signal>
<signal name="ItemChanged">
<arg type="o" name="item"/>
</signal>
<property type="ao" name="Items" access="read"/>
<property type="s" name="Label" access="readwrite"/>
<property type="b" name="Locked" access="read"/>
<property type="t" name="Created" access="read"/>
<property type="t" name="Modified" access="read"/>
</interface>
</node>