Akonadi
akonadicontrol/main.cpp
47 AkUniqueGuiApplication app(argc, argv, Akonadi::DBus::serviceName(Akonadi::DBus::ControlLock), AKONADICONTROL_LOG());
48 app.setDescription(QStringLiteral("Akonadi Control Process\nDo not run this manually, use 'akonadictl' instead to start/stop Akonadi."));
59 // older Akonadi server versions don't use the lock service yet, so check if one is already running before we try to start another one
61 if (QDBusConnection::sessionBus().interface()->isServiceRegistered(Akonadi::DBus::serviceName(Akonadi::DBus::Control))) {
The agent manager has knowledge about all available agents (it scans for .desktop files in the agent ...
Definition akonadicontrol/agentmanager.h:29
void cleanup()
Called by the crash handler and dtor to terminate the child processes.
Definition akonadicontrol/agentmanager.cpp:168
The control manager provides a dbus method to shutdown the Akonadi Control process cleanly.
Definition controlmanager.h:16
static void setApplicationData(const KAboutData &aboutData)
LGPL_V2
QString i18n(const char *text, const TYPE &arg...)
KCRASH_EXPORT HandlerType crashHandler()
KCRASH_EXPORT void setEmergencySaveFunction(HandlerType saveFunction=nullptr)
QDBusConnection sessionBus()
void commitDataRequest(QSessionManager &manager)
void saveStateRequest(QSessionManager &manager)
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
RestartNever
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.