[next] telepathy-glib: Write next-NEWS to keep track of API/ Behaviour changes
Xavier Claessens
xclaesse at kemper.freedesktop.org
Wed Apr 25 09:12:07 PDT 2012
Module: telepathy-glib
Branch: next
Commit: 82927b08af504ce63347b629e1be45b8ff25071f
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=82927b08af504ce63347b629e1be45b8ff25071f
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Wed Apr 25 12:21:39 2012 +0200
Write next-NEWS to keep track of API/Behaviour changes
---
next-NEWS | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/next-NEWS b/next-NEWS
new file mode 100644
index 0000000..cabb947
--- /dev/null
+++ b/next-NEWS
@@ -0,0 +1,19 @@
+API/Behaviour changes
+=====================
+
+ - TpSimpleClientFactory got renamed to TpClientFactory
+
+ - tp_automatic_client_factory_new() now returns a TpSimpleClientFactory*
+ for less boring casting.
+
+ - Tp{Basic,Automatic}ProxyFactory and TpClientChannelFactory, as well as all
+ related APIs got removed. TpClientFactory and TpAutomaricClientFactory are
+ their replacement.
+
+ - tp_simple_{observer,approver,handler}_new() now takes a TpClientFactory as
+ first argument, and _new_with_factory() got removed.
+
+ - TpBaseClient lost its "account-manager" property, applications only
+ interested by channels does not have to create a full TpAccountManager,
+ TpAccount objects will be created only when a channel comes up for that
+ account.
More information about the telepathy-commits
mailing list