[Telepathy-commits] [telepathy-gabble/master] GabbleImFactory: implement request_channel instead of ensure_channel

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Aug 20 09:38:34 PDT 2008


20080730141830-53eee-fbeb60c1ecf35a4115416d21213b8d4bf373be1e.gz
---
 src/im-factory.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/im-factory.c b/src/im-factory.c
index a0de505..77e598e 100644
--- a/src/im-factory.c
+++ b/src/im-factory.c
@@ -598,9 +598,9 @@ gabble_im_factory_create_channel (GabbleChannelManager *manager,
 
 
 static gboolean
-gabble_im_factory_ensure_channel (GabbleChannelManager *manager,
-                                  gpointer request_token,
-                                  GHashTable *request_properties)
+gabble_im_factory_request_channel (GabbleChannelManager *manager,
+                                   gpointer request_token,
+                                   GHashTable *request_properties)
 {
   GabbleImFactory *self = GABBLE_IM_FACTORY (manager);
 
@@ -634,5 +634,5 @@ channel_manager_iface_init (gpointer g_iface,
 
   iface->foreach_channel = gabble_im_factory_foreach_channel;
   iface->create_channel = gabble_im_factory_create_channel;
-  iface->ensure_channel = gabble_im_factory_ensure_channel;
+  iface->request_channel = gabble_im_factory_request_channel;
 }
-- 
1.5.6.3




More information about the Telepathy-commits mailing list