8#ifndef _KWALLETSESSIONSTORE_H_
9#define _KWALLETSESSIONSTORE_H_
17typedef QPair<QString, int> KWalletAppHandlePair;
19class KWalletSessionStore
22 KWalletSessionStore();
23 ~KWalletSessionStore();
25 KWalletSessionStore(
const KWalletSessionStore &) =
delete;
26 KWalletSessionStore &operator=(
const KWalletSessionStore &) =
delete;
29 void addSession(
const QString &appid,
const QString &service,
int handle);
31 bool hasSession(
const QString &appid,
int handle = -1)
const;
35 bool removeSession(
const QString &appid,
const QString &service,
int handle);
37 int removeAllSessions(
const QString &appid,
int handle);
39 int removeAllSessions(
int handle);
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:12:12 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.