KDEUI
#include <QtCore/QStringList>
#include <QtCore/QObject>
#include <QtGui/qwindowdefs.h>
#include <kdeui_export.h>
Go to the source code of this file.
Classes | |
class | KWallet::Wallet |
Namespaces | |
KWallet | |
Macros | |
#define | KSS_ATTR_ENTRYFOLDER "kwallet.folderName" |
#define | KSS_ATTR_WALLETTYPE "kwallet.type" |
Macro Definition Documentation
#define KSS_ATTR_ENTRYFOLDER "kwallet.folderName" |
NOTE: KSecretsService folder semantics The KWallet API uses folders for organising items.
KSecretsService does not have this notion. But it uses attributes that can be applied arbitrarily on all the items. The KWallet code that maps to KSecretsService applies an special attribute KSS_ATTR_ENTRYFOLDER to all items with the currentFolder() value. The KWallet folder API's calls will always succeed and they'll only change the current folder value. The folderList() call will scan all the collection items and collect the KSS_ATTR_ENTRYFOLDER attributes into a list. NOTE: KWalet API distinguish KSecretsService collection items by attaching them some specific attributes, defined below
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.