KIOSlave
kcookieserver.h
Go to the documentation of this file.
49 // KDE5 TODO: don't overload names here, it prevents calling e.g. findCookies from the command-line using qdbus.
54 QStringList findCookies(const QList<int> &fields,const QString &domain,const QString& fqdn,const QString &path, const QString &name);
56 QString findDOMCookies(const QString &url, qlonglong windowId); // KDE5: merge with above, using default value (windowId = 0)
58 void deleteCookie(const QString &domain, const QString &fqdn, const QString &path, const QString &name);
98 bool cookieMatches(const KHttpCookie&, const QString&, const QString&, const QString&, const QString&);
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Thu Sep 25 2014 04:21:11 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Thu Sep 25 2014 04:21:11 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.