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;