summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-16 16:36:24 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-16 16:36:24 +0200
commite81536dc8c6f7581a940bbc622b4f097e64cd8b5 (patch)
treeb7844d86ed415730fd4e811cfcc8c51d6ba08d36
parent6514428869653c25f7cd2ffcf4c8e6c52fc67349 (diff)
stop calling tp_dbus_properties_mixin_class_init()next
It's been removed.
-rw-r--r--src/connection.c1
-rw-r--r--src/file-transfer-channel.c1
-rw-r--r--src/roomlist-channel.c1
-rw-r--r--src/tube-dbus.c1
-rw-r--r--src/tube-stream.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/connection.c b/src/connection.c
index 79678a63..3f75587a 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 2fa0ca55..7f9b47b3 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 63db85f0..43f362dc 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 65647ced..beb6e079 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 b979e842..fd077fe8 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,