telepathy-idle: TpBaseConnectionClass-> create_channel_factories is going to be removed

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Mon Sep 23 04:53:09 PDT 2013


Module: telepathy-idle
Branch: master
Commit: fd4e323482b1ff8c91528df6c6fb267ba511e6bc
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=fd4e323482b1ff8c91528df6c6fb267ba511e6bc

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Thu Sep 19 15:45:07 2013 +0200

TpBaseConnectionClass->create_channel_factories is going to be removed

Will be removed in Telepathy 1.0

---

 src/idle-connection.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/idle-connection.c b/src/idle-connection.c
index 903a8b4..9b495a8 100644
--- a/src/idle-connection.c
+++ b/src/idle-connection.c
@@ -490,7 +490,6 @@ static void idle_connection_class_init(IdleConnectionClass *klass) {
 
 	parent_class->create_handle_repos = _iface_create_handle_repos;
 	parent_class->get_unique_connection_name = _iface_get_unique_connection_name;
-	parent_class->create_channel_factories = NULL;
 	parent_class->create_channel_managers = _iface_create_channel_managers;
 	parent_class->connecting = NULL;
 	parent_class->connected = NULL;



More information about the telepathy-commits mailing list