KIOSlave
http_cache_cleaner.cpp File Reference
#include <time.h>#include <stdlib.h>#include <zlib.h>#include <QtCore/QDir>#include <QtCore/QString>#include <QtDBus/QtDBus>#include <kcomponentdata.h>#include <klocale.h>#include <kcmdlineargs.h>#include <kglobal.h>#include <kstandarddirs.h>#include <kprotocolmanager.h>#include <unistd.h>#include <kdebug.h>Go to the source code of this file.
Defines | |
| #define | CACHE_REVISION "9\n" |
Functions | |
| int | kdemain (int argc, char **argv) |
| FileInfo * | readEntry (const QString &filename) |
| void | scanDirectory (FileInfoList &fileEntries, const QString &name, const QString &strDir) |
Variables | |
| static const char | appFullName [] = "org.kde.kio_http_cache_cleaner" |
| static const char | appName [] = "kio_http_cache_cleaner" |
| time_t | currentDate |
| int | m_maxCacheAge |
| int | m_maxCacheSize |
| static const char | version [] = "9" |
Define Documentation
| #define CACHE_REVISION "9\n" |
Definition at line 77 of file http_cache_cleaner.cpp.
Function Documentation
| int kdemain | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 196 of file http_cache_cleaner.cpp.
| FileInfo* readEntry | ( | const QString & | filename | ) |
Definition at line 79 of file http_cache_cleaner.cpp.
Definition at line 173 of file http_cache_cleaner.cpp.
Variable Documentation
const char appFullName[] = "org.kde.kio_http_cache_cleaner" [static] |
Definition at line 50 of file http_cache_cleaner.cpp.
const char appName[] = "kio_http_cache_cleaner" [static] |
Definition at line 51 of file http_cache_cleaner.cpp.
| time_t currentDate |
Definition at line 46 of file http_cache_cleaner.cpp.
| int m_maxCacheAge |
Definition at line 47 of file http_cache_cleaner.cpp.
| int m_maxCacheSize |
Definition at line 48 of file http_cache_cleaner.cpp.
const char version[] = "9" [static] |
Definition at line 53 of file http_cache_cleaner.cpp.
KDE 4.3 API Reference