Home · All Classes · All Namespaces · Modules · Functions · Files
cli-channel-dispatch-operation-body.hpp
1 #define IN_TP_QT_HEADER
2 #include "TelepathyQt/channel-dispatch-operation.h"
3 
4 namespace Tp
5 {
6 namespace Client
7 {
8 
9 ChannelDispatchOperationInterface::ChannelDispatchOperationInterface(const QString& busName, const QString& objectPath, QObject *parent)
10  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
11 {
12 }
13 
14 ChannelDispatchOperationInterface::ChannelDispatchOperationInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
15  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
16 {
17 }
18 
21 {
22 }
23 
25  const QString &error, const QString &message)
26 {
27  disconnect(this, SIGNAL(ChannelLost(const QDBusObjectPath&, const QString&, const QString&)), NULL, NULL);
28  disconnect(this, SIGNAL(Finished()), NULL, NULL);
29 
30  Tp::AbstractInterface::invalidate(proxy, error, message);
31 }
32 }
33 }
void ChannelLost(const QDBusObjectPath &channel, const QString &error, const QString &message)
static QLatin1String staticInterfaceName()
Definition: cli-channel-dispatch-operation.h:55
The AbstractInterface class is the base class for all client side D-Bus interfaces, allowing access to remote methods/properties/signals.
Definition: abstract-interface.h:42
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-dispatch-operation-body.hpp:24
ChannelDispatchOperationInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-dispatch-operation-body.hpp:9
Definition: abstract-adaptor.cpp:31
virtual void invalidate(Tp::DBusProxy *proxy, const QString &error, const QString &message)
Definition: abstract-interface.cpp:101
The DBusProxy class is a base class representing a remote object available over D-Bus.
Definition: dbus-proxy.h:42


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt 0.9.7