21 #ifndef _TelepathyQt_debug_receiver_h_HEADER_GUARD_
22 #define _TelepathyQt_debug_receiver_h_HEADER_GUARD_
24 #ifndef IN_TP_QT_HEADER
25 #error IN_TP_QT_HEADER
28 #include <TelepathyQt/_gen/cli-debug-receiver.h>
30 #include <TelepathyQt/Global>
31 #include <TelepathyQt/Types>
32 #include <TelepathyQt/DBusProxy>
37 class PendingDebugMessageList;
47 static DebugReceiverPtr create(
const QString &busName,
62 TP_QT_NO_EXPORT
void onNewDebugMessage(
double time,
const QString &domain,
63 uint level,
const QString &message);
67 friend struct Private;
The PendingOperation class is a base class for pending asynchronous operations.
Definition: pending-operation.h:45
Definition: abstract-adaptor.cpp:31
Definition: obj-x86_64-linux-gnu/TelepathyQt/_gen/types.h:1464
QDBusConnection sessionBus()
The DebugReceiver class provides a D-Bus proxy for a Telepathy Debug object.
Definition: debug-receiver.h:39
static const Feature FeatureCore
Definition: debug-receiver.h:45
The Feature class represents a feature that can be enabled on demand.
Definition: feature.h:41
The StatefulDBusProxy class is a base class representing a remote object whose API is stateful...
Definition: dbus-proxy.h:96
Definition: pending-debug-message-list.h:34