23 #ifndef _TelepathyQt_room_list_channel_h_HEADER_GUARD_ 24 #define _TelepathyQt_room_list_channel_h_HEADER_GUARD_ 26 #ifndef IN_TP_QT_HEADER 27 #error IN_TP_QT_HEADER 30 #include <TelepathyQt/Channel> 41 static RoomListChannelPtr create(
const ConnectionPtr &connection,
42 const QString &objectPath,
const QVariantMap &immutableProperties);
47 RoomListChannel(
const ConnectionPtr &connection,
const QString &objectPath,
48 const QVariantMap &immutableProperties,
53 friend struct Private;
The RoomListChannel class represents a Telepathy Channel of type RoomList.
Definition: room-list-channel.h:35
static const Feature FeatureCore
Definition: channel.h:58
Definition: abstract-adaptor.cpp:31
The Feature class represents a feature that can be enabled on demand.
Definition: feature.h:41
The Channel class represents a Telepathy channel.
Definition: channel.h:51