[next] telepathy-glib: TpTestsSimpleConnection: Do not implement TpSvcConnection interface
Simon McVittie
smcv at kemper.freedesktop.org
Wed May 7 02:18:22 PDT 2014
Module: telepathy-glib
Branch: next
Commit: 123d75fb7e4f96cc85a90720d211ed865b9bce16
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=123d75fb7e4f96cc85a90720d211ed865b9bce16
Author: Xavier Claessens <xavier.claessens at collabora.com>
Date: Sun Apr 6 09:14:53 2014 -0400
TpTestsSimpleConnection: Do not implement TpSvcConnection interface
Reviewed-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77189
---
tests/lib/simple-conn.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/tests/lib/simple-conn.c b/tests/lib/simple-conn.c
index 6b2f492..e7a04fd 100644
--- a/tests/lib/simple-conn.c
+++ b/tests/lib/simple-conn.c
@@ -24,9 +24,8 @@
#include "room-list-chan.h"
#include "util.h"
-G_DEFINE_TYPE_WITH_CODE (TpTestsSimpleConnection, tp_tests_simple_connection,
- TP_TYPE_BASE_CONNECTION,
- G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION, NULL))
+G_DEFINE_TYPE (TpTestsSimpleConnection, tp_tests_simple_connection,
+ TP_TYPE_BASE_CONNECTION)
/* type definition stuff */
More information about the telepathy-commits
mailing list