[next] telepathy-glib: Update next-NEWS for TpChannel changes
Xavier Claessens
xclaesse at kemper.freedesktop.org
Thu May 10 07:14:08 PDT 2012
Module: telepathy-glib
Branch: next
Commit: fd3282af75ac24a3d415a8cc0f0b057ee8839cd5
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=fd3282af75ac24a3d415a8cc0f0b057ee8839cd5
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Mon May 7 21:49:26 2012 +0200
Update next-NEWS for TpChannel changes
https://bugs.freedesktop.org/show_bug.cgi?id=49371
---
next-NEWS | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/next-NEWS b/next-NEWS
index 95917ef..15fa8f1 100644
--- a/next-NEWS
+++ b/next-NEWS
@@ -32,5 +32,17 @@ API/Behaviour changes
features must be added explicitly by the user using
tp_client_factory_add_*_features().
- - TpChannel:target-contact and TpChannel:initiator-contact are now prepared
- as part of TP_CHANNEL_FEATURE_CORE instead of TP_CHANNEL_FEATURE_CONTACTS.
+ - TP_CHANNEL_FEATURE_CONTACTS is removed:
+ * TpChannel:target-contact and TpChannel:initiator-contact are now prepared
+ as part of TP_CHANNEL_FEATURE_CORE;
+ * group TpContacts are now prepared as part of TP_CHANNEL_FEATURE_GROUP.
+
+ - TP_CHANNEL_FEATURE_GROUP is not CORE anymore, so must be request explicitly
+ to introspect Group interface.
+
+ - Some of the Group APIs of TpChannel has been renamed:
+ * tp_channel_group_dup_members_contacts -> tp_channel_group_dup_members;
+ * tp_channel_group_dup_local_pending_contacts -> tp_channel_group_dup_local_pending;
+ * tp_channel_group_get_local_pending_contact_info -> tp_channel_group_get_local_pending_info;
+ * tp_channel_group_dup_remote_pending_contacts -> tp_channel_group_dup_remote_pending;
+ * "group-contacts-changed" -> "group-members-changed".
More information about the telepathy-commits
mailing list