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

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Fri May 16 07:39:23 PDT 2014


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

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

stop calling tp_dbus_properties_mixin_class_init()

It's been removed.

---

 src/connection.c          |    1 -
 src/ft-channel.c          |    2 --
 src/muc-channel.c         |    2 --
 src/server-sasl-channel.c |    1 -
 src/tls-certificate.c     |    1 -
 src/tube-dbus.c           |    2 --
 src/tube-stream.c         |    2 --
 7 files changed, 11 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index 38826d1..76db5e9 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -1162,7 +1162,6 @@ gabble_connection_class_init (GabbleConnectionClass *gabble_connection_class)
           FALSE,
           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
-  tp_dbus_properties_mixin_class_init (object_class, 0);
   tp_dbus_properties_mixin_implement_interface (object_class,
       TP_IFACE_QUARK_CONNECTION_INTERFACE_LOCATION1,
       conn_location_properties_getter, conn_location_properties_setter,
diff --git a/src/ft-channel.c b/src/ft-channel.c
index d03a7b6..6ca4e2b 100644
--- a/src/ft-channel.c
+++ b/src/ft-channel.c
@@ -781,8 +781,6 @@ gabble_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/muc-channel.c b/src/muc-channel.c
index a252a69..e465888 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -1267,8 +1267,6 @@ gabble_muc_channel_class_init (GabbleMucChannelClass *gabble_muc_channel_class)
                   G_TYPE_POINTER);
 #endif
 
-  tp_dbus_properties_mixin_class_init (object_class, 0);
-
   tp_dbus_properties_mixin_implement_interface (object_class,
       TP_IFACE_QUARK_CHANNEL_INTERFACE_CONFERENCE1,
       tp_dbus_properties_mixin_getter_gobject_properties, NULL,
diff --git a/src/server-sasl-channel.c b/src/server-sasl-channel.c
index 75e5525..67a1fa3 100644
--- a/src/server-sasl-channel.c
+++ b/src/server-sasl-channel.c
@@ -410,7 +410,6 @@ gabble_server_sasl_channel_class_init (GabbleServerSaslChannelClass *klass)
   g_object_class_install_property (object_class, PROP_SECURE,
       param_spec);
 
-  tp_dbus_properties_mixin_class_init (object_class, 0);
   tp_dbus_properties_mixin_implement_interface (object_class,
       TP_IFACE_QUARK_CHANNEL_TYPE_SERVER_AUTHENTICATION1,
       tp_dbus_properties_mixin_getter_gobject_properties, NULL,
diff --git a/src/tls-certificate.c b/src/tls-certificate.c
index 3dee192..5ae53b5 100644
--- a/src/tls-certificate.c
+++ b/src/tls-certificate.c
@@ -238,7 +238,6 @@ gabble_tls_certificate_class_init (GabbleTLSCertificateClass *klass)
       G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
   g_object_class_install_property (oclass, PROP_DBUS_CONNECTION, pspec);
 
-  tp_dbus_properties_mixin_class_init (oclass, 0);
   tp_dbus_properties_mixin_implement_interface (oclass,
       TP_IFACE_QUARK_AUTHENTICATION_TLS_CERTIFICATE,
       tp_dbus_properties_mixin_getter_gobject_properties, NULL, object_props);
diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index 134d2c1..daf7034 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -978,8 +978,6 @@ gabble_tube_dbus_class_init (GabbleTubeDBusClass *gabble_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 176f554..d253baf 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -1553,8 +1553,6 @@ gabble_tube_stream_class_init (GabbleTubeStreamClass *gabble_tube_stream_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_STREAM_TUBE1,
       tp_dbus_properties_mixin_getter_gobject_properties, NULL,



More information about the telepathy-commits mailing list