Warning, /frameworks/kwallet/src/api/KWallet/org.kde.KWallet.nodeprecated.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <node>
0003   <interface name="org.kde.KWallet">
0004     <signal name="walletListDirty">
0005     </signal>
0006     <signal name="walletCreated">
0007       <arg name="wallet" type="s" direction="out"/>
0008     </signal>
0009     <signal name="walletOpened">
0010       <arg name="wallet" type="s" direction="out"/>
0011     </signal>
0012     <signal name="walletAsyncOpened">
0013       <arg name="tId" type="i" direction="out"/>
0014       <arg name="handle" type="i" direction="out"/>
0015     </signal>
0016     <signal name="walletDeleted">
0017       <arg name="wallet" type="s" direction="out"/>
0018     </signal>
0019     <signal name="walletClosed">
0020       <arg name="wallet" type="s" direction="out"/>
0021     </signal>
0022     <signal name="walletClosedId">
0023       <arg name="handle" type="i" direction="out"/>
0024     </signal>
0025     <signal name="allWalletsClosed">
0026     </signal>
0027     <signal name="folderListUpdated">
0028       <arg name="wallet" type="s" direction="out"/>
0029     </signal>
0030     <signal name="folderUpdated">
0031       <arg type="s" direction="out"/>
0032       <arg type="s" direction="out"/>
0033     </signal>
0034     <signal name="applicationDisconnected">
0035       <arg name="wallet" type="s" direction="out"/>
0036       <arg name="application" type="s" direction="out"/>
0037     </signal>
0038     <method name="isEnabled">
0039       <arg type="b" direction="out"/>
0040     </method>
0041     <method name="open">
0042       <arg type="i" direction="out"/>
0043       <arg name="wallet" type="s" direction="in"/>
0044       <arg name="wId" type="x" direction="in"/>
0045       <arg name="appid" type="s" direction="in"/>
0046     </method>
0047     <method name="openPath">
0048       <arg type="i" direction="out"/>
0049       <arg name="path" type="s" direction="in"/>
0050       <arg name="wId" type="x" direction="in"/>
0051       <arg name="appid" type="s" direction="in"/>
0052     </method>
0053     <method name="openAsync">
0054       <arg type="i" direction="out"/>
0055       <arg name="wallet" type="s" direction="in"/>
0056       <arg name="wId" type="x" direction="in"/>
0057       <arg name="appid" type="s" direction="in"/>
0058       <arg name="handleSession" type="b" direction="in"/>
0059     </method>
0060     <method name="openPathAsync">
0061       <arg type="i" direction="out"/>
0062       <arg name="path" type="s" direction="in"/>
0063       <arg name="wId" type="x" direction="in"/>
0064       <arg name="appid" type="s" direction="in"/>
0065       <arg name="handleSession" type="b" direction="in"/>
0066     </method>
0067     <method name="close">
0068       <arg type="i" direction="out"/>
0069       <arg name="wallet" type="s" direction="in"/>
0070       <arg name="force" type="b" direction="in"/>
0071     </method>
0072     <method name="close">
0073       <arg type="i" direction="out"/>
0074       <arg name="handle" type="i" direction="in"/>
0075       <arg name="force" type="b" direction="in"/>
0076       <arg name="appid" type="s" direction="in"/>
0077     </method>
0078     <method name="sync">
0079       <arg name="handle" type="i" direction="in"/>
0080       <arg name="appid" type="s" direction="in"/>
0081       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0082     </method>
0083     <method name="deleteWallet">
0084       <arg type="i" direction="out"/>
0085       <arg name="wallet" type="s" direction="in"/>
0086     </method>
0087     <method name="isOpen">
0088       <arg type="b" direction="out"/>
0089       <arg name="wallet" type="s" direction="in"/>
0090     </method>
0091     <method name="isOpen">
0092       <arg type="b" direction="out"/>
0093       <arg name="handle" type="i" direction="in"/>
0094     </method>
0095     <method name="users">
0096       <arg type="as" direction="out"/>
0097       <arg name="wallet" type="s" direction="in"/>
0098     </method>
0099     <method name="changePassword">
0100       <arg name="wallet" type="s" direction="in"/>
0101       <arg name="wId" type="x" direction="in"/>
0102       <arg name="appid" type="s" direction="in"/>
0103     </method>
0104     <method name="wallets">
0105       <arg type="as" direction="out"/>
0106     </method>
0107     <method name="folderList">
0108       <arg type="as" direction="out"/>
0109       <arg name="handle" type="i" direction="in"/>
0110       <arg name="appid" type="s" direction="in"/>
0111     </method>
0112     <method name="hasFolder">
0113       <arg type="b" direction="out"/>
0114       <arg name="handle" type="i" direction="in"/>
0115       <arg name="folder" type="s" direction="in"/>
0116       <arg name="appid" type="s" direction="in"/>
0117     </method>
0118     <method name="createFolder">
0119       <arg type="b" direction="out"/>
0120       <arg name="handle" type="i" direction="in"/>
0121       <arg name="folder" type="s" direction="in"/>
0122       <arg name="appid" type="s" direction="in"/>
0123     </method>
0124     <method name="removeFolder">
0125       <arg type="b" direction="out"/>
0126       <arg name="handle" type="i" direction="in"/>
0127       <arg name="folder" type="s" direction="in"/>
0128       <arg name="appid" type="s" direction="in"/>
0129     </method>
0130     <method name="entryList">
0131       <arg type="as" direction="out"/>
0132       <arg name="handle" type="i" direction="in"/>
0133       <arg name="folder" type="s" direction="in"/>
0134       <arg name="appid" type="s" direction="in"/>
0135     </method>
0136     <method name="readEntry">
0137       <arg type="ay" direction="out"/>
0138       <arg name="handle" type="i" direction="in"/>
0139       <arg name="folder" type="s" direction="in"/>
0140       <arg name="key" type="s" direction="in"/>
0141       <arg name="appid" type="s" direction="in"/>
0142     </method>
0143     <method name="readMap">
0144       <arg type="ay" direction="out"/>
0145       <arg name="handle" type="i" direction="in"/>
0146       <arg name="folder" type="s" direction="in"/>
0147       <arg name="key" type="s" direction="in"/>
0148       <arg name="appid" type="s" direction="in"/>
0149     </method>
0150     <method name="readPassword">
0151       <arg type="s" direction="out"/>
0152       <arg name="handle" type="i" direction="in"/>
0153       <arg name="folder" type="s" direction="in"/>
0154       <arg name="key" type="s" direction="in"/>
0155       <arg name="appid" type="s" direction="in"/>
0156     </method>
0157     <method name="entriesList">
0158       <arg type="a{sv}" direction="out"/>
0159       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
0160       <arg name="handle" type="i" direction="in"/>
0161       <arg name="folder" type="s" direction="in"/>
0162       <arg name="appid" type="s" direction="in"/>
0163     </method>
0164     <method name="mapList">
0165       <arg type="a{sv}" direction="out"/>
0166       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
0167       <arg name="handle" type="i" direction="in"/>
0168       <arg name="folder" type="s" direction="in"/>
0169       <arg name="appid" type="s" direction="in"/>
0170     </method>
0171     <method name="passwordList">
0172       <arg type="a{sv}" direction="out"/>
0173       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
0174       <arg name="handle" type="i" direction="in"/>
0175       <arg name="folder" type="s" direction="in"/>
0176       <arg name="appid" type="s" direction="in"/>
0177     </method>
0178     <method name="renameEntry">
0179       <arg type="i" direction="out"/>
0180       <arg name="handle" type="i" direction="in"/>
0181       <arg name="folder" type="s" direction="in"/>
0182       <arg name="oldName" type="s" direction="in"/>
0183       <arg name="newName" type="s" direction="in"/>
0184       <arg name="appid" type="s" direction="in"/>
0185     </method>
0186     <method name="writeEntry">
0187       <arg type="i" direction="out"/>
0188       <arg name="handle" type="i" direction="in"/>
0189       <arg name="folder" type="s" direction="in"/>
0190       <arg name="key" type="s" direction="in"/>
0191       <arg name="value" type="ay" direction="in"/>
0192       <arg name="entryType" type="i" direction="in"/>
0193       <arg name="appid" type="s" direction="in"/>
0194     </method>
0195     <method name="writeEntry">
0196       <arg type="i" direction="out"/>
0197       <arg name="handle" type="i" direction="in"/>
0198       <arg name="folder" type="s" direction="in"/>
0199       <arg name="key" type="s" direction="in"/>
0200       <arg name="value" type="ay" direction="in"/>
0201       <arg name="appid" type="s" direction="in"/>
0202     </method>
0203     <method name="writeMap">
0204       <arg type="i" direction="out"/>
0205       <arg name="handle" type="i" direction="in"/>
0206       <arg name="folder" type="s" direction="in"/>
0207       <arg name="key" type="s" direction="in"/>
0208       <arg name="value" type="ay" direction="in"/>
0209       <arg name="appid" type="s" direction="in"/>
0210     </method>
0211     <method name="writePassword">
0212       <arg type="i" direction="out"/>
0213       <arg name="handle" type="i" direction="in"/>
0214       <arg name="folder" type="s" direction="in"/>
0215       <arg name="key" type="s" direction="in"/>
0216       <arg name="value" type="s" direction="in"/>
0217       <arg name="appid" type="s" direction="in"/>
0218     </method>
0219     <method name="hasEntry">
0220       <arg type="b" direction="out"/>
0221       <arg name="handle" type="i" direction="in"/>
0222       <arg name="folder" type="s" direction="in"/>
0223       <arg name="key" type="s" direction="in"/>
0224       <arg name="appid" type="s" direction="in"/>
0225     </method>
0226     <method name="entryType">
0227       <arg type="i" direction="out"/>
0228       <arg name="handle" type="i" direction="in"/>
0229       <arg name="folder" type="s" direction="in"/>
0230       <arg name="key" type="s" direction="in"/>
0231       <arg name="appid" type="s" direction="in"/>
0232     </method>
0233     <method name="removeEntry">
0234       <arg type="i" direction="out"/>
0235       <arg name="handle" type="i" direction="in"/>
0236       <arg name="folder" type="s" direction="in"/>
0237       <arg name="key" type="s" direction="in"/>
0238       <arg name="appid" type="s" direction="in"/>
0239     </method>
0240     <method name="disconnectApplication">
0241       <arg type="b" direction="out"/>
0242       <arg name="wallet" type="s" direction="in"/>
0243       <arg name="application" type="s" direction="in"/>
0244     </method>
0245     <method name="reconfigure">
0246     </method>
0247     <method name="folderDoesNotExist">
0248       <arg type="b" direction="out"/>
0249       <arg name="wallet" type="s" direction="in"/>
0250       <arg name="folder" type="s" direction="in"/>
0251     </method>
0252     <method name="keyDoesNotExist">
0253       <arg type="b" direction="out"/>
0254       <arg name="wallet" type="s" direction="in"/>
0255       <arg name="folder" type="s" direction="in"/>
0256       <arg name="key" type="s" direction="in"/>
0257     </method>
0258     <method name="closeAllWallets">
0259     </method>
0260     <method name="networkWallet">
0261       <arg type="s" direction="out"/>
0262     </method>
0263     <method name="localWallet">
0264       <arg type="s" direction="out"/>
0265     </method>
0266     <method name="pamOpen">
0267       <arg name="wallet" type="s" direction="in"/>
0268       <arg name="passwordHash" type="ay" direction="in"/>
0269       <arg name="sessionTimeout" type="i" direction="in"/>
0270       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0271     </method>
0272   </interface>
0273 </node>