[next] telepathy-salut: stop calling tp_dbus_properties_mixin_class_init()

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Fri May 16 07:36:41 PDT 2014


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

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

stop calling tp_dbus_properties_mixin_class_init()

It's been removed.

---

 src/connection.c            |    1 -
 src/file-transfer-channel.c |    1 -
 src/roomlist-channel.c      |    1 -
 src/tube-dbus.c             |    1 -
 src/tube-stream.c           |    1 -
 5 files changed, 5 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index 79678a6..3f75587 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -641,7 +641,6 @@ salut_connection_class_init (SalutConnectionClass *salut_connection_class)
   tp_connection_class->fill_contact_attributes =
       salut_connection_fill_contact_attributes;
 
-  tp_dbus_properties_mixin_class_init (object_class, 0);
   tp_dbus_properties_mixin_implement_interface (object_class,
       TP_IFACE_QUARK_CONNECTION_INTERFACE_AVATARS1,
       conn_avatars_properties_getter, NULL, conn_avatars_properties);
diff --git a/src/file-transfer-channel.c b/src/file-transfer-channel.c
index 2fa0ca5..7f9b47b 100644
--- a/src/file-transfer-channel.c
+++ b/src/file-transfer-channel.c
@@ -695,7 +695,6 @@ salut_file_transfer_channel_class_init (
   g_object_class_install_property (object_class, PROP_METADATA,
       param_spec);
 
-  tp_dbus_properties_mixin_class_init (object_class, 0);
   tp_dbus_properties_mixin_implement_interface (object_class,
       TP_IFACE_QUARK_CHANNEL_TYPE_FILE_TRANSFER1,
       tp_dbus_properties_mixin_getter_gobject_properties,
diff --git a/src/roomlist-channel.c b/src/roomlist-channel.c
index 63db85f..43f362d 100644
--- a/src/roomlist-channel.c
+++ b/src/roomlist-channel.c
@@ -133,7 +133,6 @@ salut_roomlist_channel_class_init (
   g_object_class_install_property (object_class, PROP_CONFERENCE_SERVER,
       param_spec);
 
-  tp_dbus_properties_mixin_class_init (object_class, 0);
   tp_dbus_properties_mixin_implement_interface (object_class,
       TP_IFACE_QUARK_CHANNEL_TYPE_ROOM_LIST1,
       tp_dbus_properties_mixin_getter_gobject_properties, NULL,
diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index 65647ce..beb6e07 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -1019,7 +1019,6 @@ salut_tube_dbus_class_init (SalutTubeDBusClass *salut_tube_dbus_class)
                   g_cclosure_marshal_VOID__VOID,
                   G_TYPE_NONE, 0);
 
-  tp_dbus_properties_mixin_class_init (object_class, 0);
   tp_dbus_properties_mixin_implement_interface (object_class,
       TP_IFACE_QUARK_CHANNEL_TYPE_DBUS_TUBE1,
       tp_dbus_properties_mixin_getter_gobject_properties, NULL,
diff --git a/src/tube-stream.c b/src/tube-stream.c
index b979e84..fd077fe 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -1446,7 +1446,6 @@ salut_tube_stream_class_init (SalutTubeStreamClass *salut_tube_stream_class)
                   NULL, NULL, NULL,
                   G_TYPE_NONE, 0);
 
-  tp_dbus_properties_mixin_class_init (object_class, 0);
   tp_dbus_properties_mixin_implement_interface (object_class,
       TP_IFACE_QUARK_CHANNEL_TYPE_STREAM_TUBE1,
       tp_dbus_properties_mixin_getter_gobject_properties, NULL,



More information about the telepathy-commits mailing list