Home · All Classes · All Namespaces · Modules · Functions · Files |
#include <TelepathyQt/_gen/svc-connection.h>
Inherits Tp::AbstractAdaptor.
Adaptor class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.Telepathy.Connection.Interface.ServicePoint".
Tp::ServicePointInfoList Tp::Service::ConnectionInterfaceServicePointAdaptor::KnownServicePoints | ( | ) | const |
Return the value of the exported D-Bus object property KnownServicePoints
of type Tp::ServicePointInfoList
.
Adaptees should export this property as a Qt property named 'knownServicePoints' with type Tp::ServicePointInfoList.
The list of all (known) service points.KnownServicePoints
. void Tp::Service::ConnectionInterfaceServicePointAdaptor::ServicePointsChanged | ( | const Tp::ServicePointInfoList & | servicePoints | ) | [signal] |
Represents the exported D-Bus signal ServicePointsChanged
on this object.
Adaptees should export this signal as a Qt signal with the following signature: void servicePointsChanged(const Tp::ServicePointInfoList& servicePoints);
The adaptee signal will be automatically relayed as a D-Bus signal once emitted.
servicePoints |
The new value of \\\ \\link requestPropertyKnownServicePoints() KnownServicePoints \\endlink \\htmlonly . |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |