#include <TelepathyQt4/Types>
A struct representing a channel, as returned by ListChannels on the Connection interface.
Public Attributes | |
QDBusObjectPath | channel |
QString | channelType |
uint | handleType |
uint | handle |
QDBusObjectPath Telepathy::ChannelInfo::channel |
The object path of the channel, which is on the same bus name as the connection
The channel's type
The type of the handle that the channel communicates with, or Handle_Type_None if there is no associated handle
The handle that the channel communicates with, or 0 if there is no associated handle