22 #ifndef _TelepathyQt_incoming_stream_tube_channel_h_HEADER_GUARD_ 
   23 #define _TelepathyQt_incoming_stream_tube_channel_h_HEADER_GUARD_ 
   25 #ifndef IN_TP_QT_HEADER 
   26 #error IN_TP_QT_HEADER 
   29 #include <TelepathyQt/StreamTubeChannel> 
   31 #include <QtNetwork/QHostAddress> 
   38 class PendingStreamTubeConnection;
 
   48     static IncomingStreamTubeChannelPtr create(
const ConnectionPtr &connection,
 
   49             const QString &objectPath, 
const QVariantMap &immutableProperties);
 
   60             const QString &objectPath,
 
   61             const QVariantMap &immutableProperties,
 
   65     TP_QT_NO_EXPORT 
void onNewLocalConnection(uint connectionId);
 
   70     friend struct Private;
 
The IncomingStreamTubeChannel class represents an incoming Telepathy channel of type StreamTube...
Definition: incoming-stream-tube-channel.h:40
The PendingStreamTubeConnection class represents an asynchronous operation for accepting an incoming ...
Definition: pending-stream-tube-connection.h:43
The Feature class represents a feature that can be enabled on demand. 
Definition: feature.h:41
static const Feature FeatureCore
Definition: incoming-stream-tube-channel.h:46
The StreamTubeChannel class represents a Telepathy channel of type StreamTube. 
Definition: stream-tube-channel.h:36