| Home · All Classes · All Namespaces · Modules · Functions · Files | 
#include <TelepathyQt/Types>
| Public Attributes | |
| QString | wellKnownName | 
| StringVariantMapList | channelClasses | 
| QStringList | capabilities | 
Structure type generated from the specification.
A structure representing the capabilities of a single client.
| QString Tp::HandlerCapabilities::wellKnownName | 
For implementations of the Client interface, the well-known bus name name of the client; for any other process, any other reversed domain name that uniquely identifies it.
| StringVariantMapList Tp::HandlerCapabilities::channelClasses | 
An array of channel classes that can be handled by this client. This will usually be a copy of the client's ClientHandlerInterface::HandlerChannelFilter property.
| QStringList Tp::HandlerCapabilities::capabilities | 
An array of client capabilities supported by this client, to be used by the connection manager to determine what capabilities to advertise. This will usually be a copy of the client's ClientHandlerInterface::Capabilities property.
| Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |