[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kwallet/client
From:       George Staikos <staikos () kde ! org>
Date:       2003-07-29 18:31:12
[Download RAW message or body]

CVS commit by staikos: 

missing accessor


  M +16 -0     kwallet.cc   1.14
  M +2 -0      kwallet.h   1.11


--- kdelibs/kwallet/client/kwallet.cc  #1.13:1.14
@@ -194,4 +194,20 @@ return rc;
 
 
+QStringList Wallet::entryList() {
+QStringList rc;
+
+        if (_handle == -1) {
+                return rc;
+        }
+
+        DCOPReply r = _dcopRef->call("entryList", _handle, _folder);
+        if (r.isValid()) {
+                r.get(rc);
+        }
+
+return rc;
+}
+
+
 bool Wallet::hasFolder(const QString& f) {
 bool rc = false;

--- kdelibs/kwallet/client/kwallet.h  #1.10:1.11
@@ -80,4 +80,6 @@ class Wallet : public QObject, public DC
 
                 // Entry management functions
+                virtual QStringList entryList();
+
                 virtual int readEntry(const QString& key, QByteArray& value);
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic