kioslave
main.cpp File Reference
#include <dcopclient.h>
#include <kcmdlineargs.h>
#include <klocale.h>
#include <kapplication.h>
Include dependency graph for main.cpp:
Go to the source code of this file.
Functions | |
KDE_EXPORT int | kdemain (int argc, char *argv[]) |
Variables | |
static const char | description [] |
static const KCmdLineOptions | options [] |
static const char | version [] = "1.0" |
Function Documentation
Variable Documentation
const char description[] [static] |
const KCmdLineOptions options[] [static] |
Initial value:
{ { "shutdown", I18N_NOOP("Shut down cookie jar"), 0 }, { "remove <domain>", I18N_NOOP("Remove cookies for domain"), 0 }, { "remove-all", I18N_NOOP("Remove all cookies"), 0 }, { "reload-config", I18N_NOOP("Reload configuration file"), 0 }, KCmdLineLastOption }