[next] telepathy-glib: textchann-group: use the 'invisible' TpDBusPropertiesMixin API

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Fri May 16 06:28:33 PDT 2014


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

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Fri May 16 13:59:43 2014 +0200

textchann-group: use the 'invisible' TpDBusPropertiesMixin API

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

---

 tests/lib/textchan-group.c |    3 +--
 tests/lib/textchan-group.h |    1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/lib/textchan-group.c b/tests/lib/textchan-group.c
index dcdeefa..ddda5fa 100644
--- a/tests/lib/textchan-group.c
+++ b/tests/lib/textchan-group.c
@@ -202,8 +202,7 @@ tp_tests_text_channel_group_class_init (TpTestsTextChannelGroupClass *klass)
 
   tp_group_mixin_class_allow_self_removal (object_class);
 
-  tp_dbus_properties_mixin_class_init (object_class,
-      G_STRUCT_OFFSET (TpTestsTextChannelGroupClass, dbus_properties_class));
+  tp_dbus_properties_mixin_class_init (object_class, 0);
 
   tp_group_mixin_init_dbus_properties (object_class);
 
diff --git a/tests/lib/textchan-group.h b/tests/lib/textchan-group.h
index 90695bd..77e450d 100644
--- a/tests/lib/textchan-group.h
+++ b/tests/lib/textchan-group.h
@@ -44,7 +44,6 @@ struct _TpTestsTextChannelGroupClass {
     TpBaseChannelClass parent_class;
 
     TpGroupMixinClass group_class;
-    TpDBusPropertiesMixinClass dbus_properties_class;
 };
 
 struct _TpTestsTextChannelGroup {



More information about the telepathy-commits mailing list