[next] telepathy-idle: IdleProtocol: stop implementing get_interfaces_array
Simon McVittie
smcv at kemper.freedesktop.org
Wed May 7 02:18:31 PDT 2014
Module: telepathy-idle
Branch: next
Commit: 0a56fa25db4b56503fdda82e5f8ac020a8636228
URL: http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=0a56fa25db4b56503fdda82e5f8ac020a8636228
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Tue Apr 22 15:22:09 2014 +0100
IdleProtocol: stop implementing get_interfaces_array
The base class does this in terms of GDBusObjectSkeleton now.
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 a4b5c7d..49287ca 100644
--- a/src/protocol.c
+++ b/src/protocol.c
@@ -179,17 +179,6 @@ identify_account (TpBaseProtocol *self G_GNUC_UNUSED,
return nick_at_server;
}
-static GPtrArray *
-get_interfaces_array (TpBaseProtocol *self)
-{
- GPtrArray *interfaces;
-
- interfaces = TP_BASE_PROTOCOL_CLASS (
- idle_protocol_parent_class)->get_interfaces_array (self);
-
- return interfaces;
-}
-
static void
get_connection_details (TpBaseProtocol *self,
GStrv *connection_interfaces,
@@ -250,7 +239,6 @@ idle_protocol_class_init (IdleProtocolClass *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