From f1ed4e4213bf49f2c3a630341d1d84f328ec0f76 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 7 May 2012 21:49:26 +0200 Subject: [PATCH] Update next-NEWS for TpChannel changes https://bugs.freedesktop.org/show_bug.cgi?id=49371 --- next-NEWS | 16 ++++++++++++++-- 1 file 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". -- 1.7.9.5