[next] telepathy-rakia: RakiaProtocol: stop implementing get_interfaces_array

Simon McVittie smcv at kemper.freedesktop.org
Wed May 7 02:18:27 PDT 2014


Module: telepathy-rakia
Branch: next
Commit: f0722bb1a7655c50cec3b5adf4db896ba3ae7682
URL:    http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=f0722bb1a7655c50cec3b5adf4db896ba3ae7682

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Apr 22 15:13:49 2014 +0100

RakiaProtocol: stop implementing get_interfaces_array

TpBaseProtocol now does this in terms of GDBusObjectSkeleton.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77189

---

 src/protocol.c |   12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/protocol.c b/src/protocol.c
index a9e9d5c..b4da316 100644
--- a/src/protocol.c
+++ b/src/protocol.c
@@ -418,17 +418,6 @@ identify_account (TpBaseProtocol *self G_GNUC_UNUSED,
   return g_strdup (account);
 }
 
-static GPtrArray *
-get_interfaces_array (TpBaseProtocol *self)
-{
-  GPtrArray *interfaces;
-
-  interfaces = TP_BASE_PROTOCOL_CLASS (
-      rakia_protocol_parent_class)->get_interfaces_array (self);
-
-  return interfaces;
-}
-
 static void
 get_connection_details (TpBaseProtocol *self,
     GStrv *connection_interfaces,
@@ -533,7 +522,6 @@ rakia_protocol_class_init (RakiaProtocolClass *klass)
   base_class->new_connection = new_connection;
   base_class->normalize_contact = normalize_contact;
   base_class->identify_account = identify_account;
-  base_class->get_interfaces_array = get_interfaces_array;
   base_class->get_connection_details = get_connection_details;
   base_class->dup_authentication_types = dup_authentication_types;
 



More information about the telepathy-commits mailing list