Home · All Classes · All Namespaces · Modules · Functions · Files |
#include <TelepathyQt/_gen/svc-connection.h>
Inherits Tp::AbstractAdaptor.
Signals | |
void | ServicePointsChanged (const Tp::ServicePointInfoList &servicePoints) |
Public Member Functions | |
Tp::ServicePointInfoList | KnownServicePoints () const |
Public Member Functions inherited from Tp::AbstractAdaptor | |
AbstractAdaptor (const QDBusConnection &connection, QObject *adaptee, QObject *parent) | |
~AbstractAdaptor () | |
QDBusConnection | dbusConnection () const |
QObject * | adaptee () const |
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
.
|
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.7 |