summaryrefslogtreecommitdiff
path: root/TelepathyQt/base-channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/base-channel.h')
-rw-r--r--TelepathyQt/base-channel.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/TelepathyQt/base-channel.h b/TelepathyQt/base-channel.h
index 7e3bb854..187b7be9 100644
--- a/TelepathyQt/base-channel.h
+++ b/TelepathyQt/base-channel.h
@@ -133,8 +133,6 @@ public:
virtual ~BaseChannelTextType();
- QVariantMap immutableProperties() const;
-
typedef Callback1<void, QString> MessageAcknowledgedCallback;
void setMessageAcknowledgedCallback(const MessageAcknowledgedCallback &cb);
@@ -585,8 +583,6 @@ public:
virtual ~BaseChannelChatStateInterface();
- QVariantMap immutableProperties() const;
-
Tp::ChatStateMap chatStates() const;
void setChatStates(const Tp::ChatStateMap &chatStates);
@@ -628,8 +624,6 @@ public:
virtual ~BaseChannelGroupInterface();
- QVariantMap immutableProperties() const;
-
Tp::ChannelGroupFlags groupFlags() const;
void setGroupFlags(const Tp::ChannelGroupFlags &flags);
@@ -752,8 +746,6 @@ public:
virtual ~BaseChannelRoomConfigInterface();
- QVariantMap immutableProperties() const;
-
bool anonymous() const;
void setAnonymous(bool anonymous);
@@ -937,8 +929,6 @@ public:
}
virtual ~BaseChannelHoldInterface();
- QVariantMap immutableProperties() const;
-
Tp::LocalHoldState getHoldState() const;
Tp::LocalHoldStateReason getHoldReason() const;
void setHoldState(const Tp::LocalHoldState &state, const Tp::LocalHoldStateReason &reason);
@@ -974,8 +964,6 @@ public:
}
virtual ~BaseChannelMergeableConferenceInterface();
- QVariantMap immutableProperties() const;
-
void merge(const QDBusObjectPath &channel);
typedef Callback2<void, const QDBusObjectPath&, DBusError*> MergeCallback;
@@ -1007,8 +995,6 @@ public:
}
virtual ~BaseChannelSplittableInterface();
- QVariantMap immutableProperties() const;
-
void split();
typedef Callback1<void, DBusError*> SplitCallback;