Warning, /frameworks/kwallet/src/api/KWallet/org.freedesktop.Secrets.Item.xml is written in an unsupported language. File is not indexed.
0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" 0002 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> 0003 0004 <node name="/org/freedesktop/Secrets"> 0005 0006 <interface name="org.freedesktop.Secret.Item"> 0007 0008 <property name="Locked" type="b" access="read"/> 0009 0010 <property name="Attributes" type="a{ss}" access="readwrite"> 0011 <annotation name="org.qtproject.QtDBus.QtTypeName" value="StrStrMap"/> 0012 </property> 0013 0014 <property name="Label" type="s" access="readwrite"/> 0015 0016 <property name="Type" type="s" access="readwrite"/> 0017 0018 <property name="Created" type="t" access="read"/> 0019 0020 <property name="Modified" type="t" access="read"/> 0021 0022 <method name="Delete"> 0023 <arg name="Prompt" type="o" direction="out"/> 0024 </method> 0025 0026 <method name="GetSecret"> 0027 <arg name="session" type="o" direction="in"/> 0028 <arg name="secret" type="(oayays)" direction="out"/> 0029 <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="FreedesktopSecret"/> 0030 </method> 0031 0032 <method name="SetSecret"> 0033 <arg name="secret" type="(oayays)" direction="in"/> 0034 <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="FreedesktopSecret"/> 0035 </method> 0036 </interface> 0037 </node>