[next] telepathy-mission-control: tp_connection_manager_get_protocol lost its "_object" suffix

Simon McVittie smcv at kemper.freedesktop.org
Fri Oct 4 06:00:40 PDT 2013


Module: telepathy-mission-control
Branch: next
Commit: 6919475c3a8c2614359b1f551f772daebcd42eaa
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=6919475c3a8c2614359b1f551f772daebcd42eaa

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Sep 26 20:15:10 2013 +0100

tp_connection_manager_get_protocol lost its "_object" suffix

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54879
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 src/mcd-manager.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mcd-manager.c b/src/mcd-manager.c
index d5d13be..49d8008 100644
--- a/src/mcd-manager.c
+++ b/src/mcd-manager.c
@@ -350,8 +350,8 @@ _mcd_manager_dup_protocol (McdManager *manager,
     g_return_val_if_fail (MCD_IS_MANAGER (manager), NULL);
     g_return_val_if_fail (protocol != NULL, NULL);
 
-    p = tp_connection_manager_get_protocol_object (manager->priv->tp_conn_mgr,
-                                                   protocol);
+    p = tp_connection_manager_get_protocol (manager->priv->tp_conn_mgr,
+        protocol);
 
     if (p == NULL)
         return NULL;
@@ -372,8 +372,8 @@ mcd_manager_get_protocol_param (McdManager *manager, const gchar *protocol,
 
     priv = manager->priv;
 
-    cm_protocol = tp_connection_manager_get_protocol_object (priv->tp_conn_mgr,
-                                                             protocol);
+    cm_protocol = tp_connection_manager_get_protocol (priv->tp_conn_mgr,
+        protocol);
 
     if (cm_protocol == NULL)
         return NULL;



More information about the telepathy-commits mailing list