summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-04-27 14:32:10 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-09 18:10:41 +0200
commit9544a1997eed04aecef4ed98ddf776c2759b28b9 (patch)
tree69e4878adb308161e5f774991e8680d006d25ec4 /telepathy-glib/channel.c
parent76205ffed60d37618e04c479299c09ee497dcd15 (diff)
downloadtelepathy-glib-9544a1997eed04aecef4ed98ddf776c2759b28b9.tar.gz
Move ChatState to TpTextChannel
API on TpChannel is now deprecated but still used to implement the corresponding API on TpTextChannel. https://bugs.freedesktop.org/show_bug.cgi?id=49215
Diffstat (limited to 'telepathy-glib/channel.c')
-rw-r--r--telepathy-glib/channel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/channel.c b/telepathy-glib/channel.c
index 4aebbc99b..1af096a9b 100644
--- a/telepathy-glib/channel.c
+++ b/telepathy-glib/channel.c
@@ -227,6 +227,7 @@ tp_channel_get_feature_quark_contacts (void)
* tp_proxy_prepare_async() function, and waiting for it to callback.
*
* Since: 0.11.3
+ * Deprecated: Use TP_TEXT_CHANNEL_FEATURE_CHAT_STATES instead.
*/
GQuark
@@ -516,6 +517,7 @@ tp_channel_get_property (GObject *object,
* Returns: the chat state for @contact, or %TP_CHANNEL_CHAT_STATE_INACTIVE
* if their chat state is not known
* Since: 0.11.3
+ * Deprecated: Use tp_text_channel_get_chat_state() instead.
*/
TpChannelChatState
tp_channel_get_chat_state (TpChannel *self,
@@ -1863,6 +1865,7 @@ tp_channel_class_init (TpChannelClass *klass)
* has finished preparing the feature %TP_CHANNEL_FEATURE_CHAT_STATES.
*
* Since: 0.11.3
+ * Deprecated: Use #TpTextChannel::contact-chat-state-changed instead
*/
signals[SIGNAL_CHAT_STATE_CHANGED] = g_signal_new ("chat-state-changed",
G_OBJECT_CLASS_TYPE (klass),