Akonadi
dbustracer.cpp
17 QDBusConnection::sessionBus().registerObject(QStringLiteral("/tracing/notifications"), this, QDBusConnection::ExportAdaptors);
void endConnection(const QString &identifier, const QString &msg) override
This method is called whenever a data (imap) connection to akonadi server is closed.
Definition: dbustracer.cpp:27
void error(const QString &componentName, const QString &msg) override
This method is called whenever a component wants to output an error.
Definition: dbustracer.cpp:52
QString fromUtf8(const char *str, int size)
Q_EMITQ_EMIT
bool registerObject(const QString &path, QObject *object, QDBusConnection::RegisterOptions options)
void connectionInput(const QString &identifier, const QByteArray &msg) override
This method is called whenever the akonadi server retrieves some data from the outside.
Definition: dbustracer.cpp:32
void warning(const QString &componentName, const QString &msg) override
This method is called whenever a component wants to output a warning.
Definition: dbustracer.cpp:47
QDBusConnection sessionBus()
void signal(const QString &signalName, const QString &msg) override
This method is called whenever a dbus signal is emitted on the bus.
Definition: dbustracer.cpp:42
void connectionOutput(const QString &identifier, const QByteArray &msg) override
This method is called whenever the akonadi server sends some data out to a client.
Definition: dbustracer.cpp:37
ExportAdaptors
void beginConnection(const QString &identifier, const QString &msg) override
This method is called whenever a new data (imap) connection to the akonadi server is established.
Definition: dbustracer.cpp:22
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Jun 9 2023 04:01:37 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Jun 9 2023 04:01:37 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.