summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-16 16:16:34 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-16 16:16:34 +0200
commitde0fea94eea6ec254cf37f243a3ab987b9957d99 (patch)
tree620c04c3b66d3527f6c899f6d40188778cd75b7f
parent550e1ae943bc668c20f20db874a64d4ae32d74b4 (diff)
stop calling tp_dbus_properties_mixin_class_init()
It's no longer used now we always pass a 0 offset. https://bugs.freedesktop.org/show_bug.cgi?id=78376
-rw-r--r--examples/cm/contactlist/conn.c1
-rw-r--r--telepathy-glib/base-call-content.c1
-rw-r--r--telepathy-glib/base-call-stream.c1
-rw-r--r--telepathy-glib/base-channel.c1
-rw-r--r--telepathy-glib/base-client.c1
-rw-r--r--telepathy-glib/base-connection-manager.c1
-rw-r--r--telepathy-glib/base-password-channel.c1
-rw-r--r--telepathy-glib/base-protocol.c1
-rw-r--r--telepathy-glib/call-content-media-description.c1
-rw-r--r--telepathy-glib/call-stream-endpoint.c1
-rw-r--r--telepathy-glib/debug-sender.c1
-rw-r--r--tests/dbus/properties.c1
-rw-r--r--tests/lib/contacts-conn.c1
-rw-r--r--tests/lib/simple-account-manager.c1
-rw-r--r--tests/lib/simple-account.c1
-rw-r--r--tests/lib/simple-channel-dispatch-operation.c1
-rw-r--r--tests/lib/simple-channel-dispatcher.c1
-rw-r--r--tests/lib/simple-channel-request.c1
-rw-r--r--tests/lib/textchan-group.c2
-rw-r--r--tests/lib/tls-certificate.c1
20 files changed, 0 insertions, 21 deletions
diff --git a/examples/cm/contactlist/conn.c b/examples/cm/contactlist/conn.c
index d651c123a..b8e99fc38 100644
--- a/examples/cm/contactlist/conn.c
+++ b/examples/cm/contactlist/conn.c
@@ -441,7 +441,6 @@ example_contact_list_connection_class_init (
g_object_class_install_property (object_class, PROP_SIMULATION_DELAY,
param_spec);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_CONNECTION_INTERFACE_ALIASING1,
aliasing_get_dbus_property, NULL, aliasing_props);
diff --git a/telepathy-glib/base-call-content.c b/telepathy-glib/base-call-content.c
index 87ceefd08..bde37ba14 100644
--- a/telepathy-glib/base-call-content.c
+++ b/telepathy-glib/base-call-content.c
@@ -528,7 +528,6 @@ tp_base_call_content_class_init (TpBaseCallContentClass *klass)
g_object_class_install_property (object_class, PROP_DEFERRED_TONES,
param_spec);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_CALL1_CONTENT,
tp_dbus_properties_mixin_getter_gobject_properties, NULL, content_props);
diff --git a/telepathy-glib/base-call-stream.c b/telepathy-glib/base-call-stream.c
index 159f7d680..4711ebcbe 100644
--- a/telepathy-glib/base-call-stream.c
+++ b/telepathy-glib/base-call-stream.c
@@ -454,7 +454,6 @@ tp_base_call_stream_class_init (TpBaseCallStreamClass *klass)
g_object_class_install_property (object_class, PROP_CAN_REQUEST_RECEIVING,
param_spec);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_CALL1_STREAM,
tp_dbus_properties_mixin_getter_gobject_properties, NULL, stream_props);
diff --git a/telepathy-glib/base-channel.c b/telepathy-glib/base-channel.c
index 42f2f0a9a..b5ff0c667 100644
--- a/telepathy-glib/base-channel.c
+++ b/telepathy-glib/base-channel.c
@@ -1171,7 +1171,6 @@ tp_base_channel_class_init (TpBaseChannelClass *tp_base_channel_class)
g_object_class_install_property (object_class, PROP_INITIATOR_ID,
param_spec);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_CHANNEL,
tp_dbus_properties_mixin_getter_gobject_properties,
diff --git a/telepathy-glib/base-client.c b/telepathy-glib/base-client.c
index a32b4748b..e975b0acb 100644
--- a/telepathy-glib/base-client.c
+++ b/telepathy-glib/base-client.c
@@ -1479,7 +1479,6 @@ tp_base_client_class_init (TpBaseClientClass *cls)
G_TYPE_NONE, 3,
TP_TYPE_CHANNEL_REQUEST, G_TYPE_STRING, G_TYPE_STRING);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_CLIENT, tp_base_client_get_dbus_properties,
NULL, client_properties);
diff --git a/telepathy-glib/base-connection-manager.c b/telepathy-glib/base-connection-manager.c
index 8e7948115..97a6991ae 100644
--- a/telepathy-glib/base-connection-manager.c
+++ b/telepathy-glib/base-connection-manager.c
@@ -459,7 +459,6 @@ tp_base_connection_manager_class_init (TpBaseConnectionManagerClass *klass)
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_CONNECTION_MANAGER,
tp_dbus_properties_mixin_getter_gobject_properties, NULL,
diff --git a/telepathy-glib/base-password-channel.c b/telepathy-glib/base-password-channel.c
index 4422d3e1a..e1bc5c954 100644
--- a/telepathy-glib/base-password-channel.c
+++ b/telepathy-glib/base-password-channel.c
@@ -357,7 +357,6 @@ tp_base_password_channel_class_init (TpBasePasswordChannelClass *tp_base_passwor
G_TYPE_NONE, 4,
G_TYPE_GSTRING, G_TYPE_UINT, G_TYPE_INT, G_TYPE_STRING);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_CHANNEL_TYPE_SERVER_AUTHENTICATION1,
/* this only has one property so we recycle the getter function from
diff --git a/telepathy-glib/base-protocol.c b/telepathy-glib/base-protocol.c
index 23f50b466..e62aa2fa1 100644
--- a/telepathy-glib/base-protocol.c
+++ b/telepathy-glib/base-protocol.c
@@ -1207,7 +1207,6 @@ tp_base_protocol_class_init (TpBaseProtocolClass *klass)
TP_HASH_TYPE_QUALIFIED_PROPERTY_VALUE_MAP,
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_PROTOCOL, protocol_properties_getter, NULL,
channel_props);
diff --git a/telepathy-glib/call-content-media-description.c b/telepathy-glib/call-content-media-description.c
index e3462f641..753a2cdad 100644
--- a/telepathy-glib/call-content-media-description.c
+++ b/telepathy-glib/call-content-media-description.c
@@ -618,7 +618,6 @@ tp_call_content_media_description_class_init (
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
g_object_class_install_property (object_class, PROP_ENABLE_METRICS, spec);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_CALL1_CONTENT_MEDIA_DESCRIPTION,
tp_dbus_properties_mixin_getter_gobject_properties, NULL,
diff --git a/telepathy-glib/call-stream-endpoint.c b/telepathy-glib/call-stream-endpoint.c
index e8e141044..dfd4d2d27 100644
--- a/telepathy-glib/call-stream-endpoint.c
+++ b/telepathy-glib/call-stream-endpoint.c
@@ -419,7 +419,6 @@ tp_call_stream_endpoint_class_init (TpCallStreamEndpointClass *klass)
G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
g_object_class_install_property (object_class, PROP_IS_ICE_LITE, param_spec);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_CALL1_STREAM_ENDPOINT,
tp_dbus_properties_mixin_getter_gobject_properties, NULL,
diff --git a/telepathy-glib/debug-sender.c b/telepathy-glib/debug-sender.c
index 833bc5f2c..69e6cfa40 100644
--- a/telepathy-glib/debug-sender.c
+++ b/telepathy-glib/debug-sender.c
@@ -276,7 +276,6 @@ tp_debug_sender_class_init (TpDebugSenderClass *klass)
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_DEBUG1,
tp_dbus_properties_mixin_getter_gobject_properties,
diff --git a/tests/dbus/properties.c b/tests/dbus/properties.c
index 02a4ab316..a3ba1774a 100644
--- a/tests/dbus/properties.c
+++ b/tests/dbus/properties.c
@@ -97,7 +97,6 @@ test_properties_class_init (TestPropertiesClass *cls)
{ NULL }
};
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
g_quark_from_static_string (WITH_PROPERTIES_IFACE),
prop_getter, prop_setter, with_properties_props);
diff --git a/tests/lib/contacts-conn.c b/tests/lib/contacts-conn.c
index a835d37d5..3cd429609 100644
--- a/tests/lib/contacts-conn.c
+++ b/tests/lib/contacts-conn.c
@@ -542,7 +542,6 @@ tp_tests_contacts_connection_class_init (TpTestsContactsConnectionClass *klass)
base_class->fill_contact_attributes =
tp_tests_contacts_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/tests/lib/simple-account-manager.c b/tests/lib/simple-account-manager.c
index 0bc9d665d..7630bb016 100644
--- a/tests/lib/simple-account-manager.c
+++ b/tests/lib/simple-account-manager.c
@@ -182,7 +182,6 @@ tp_tests_simple_account_manager_class_init (
G_PARAM_READABLE);
g_object_class_install_property (object_class, PROP_UNUSABLE_ACCOUNTS, param_spec);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_ACCOUNT_MANAGER,
tp_dbus_properties_mixin_getter_gobject_properties, NULL, am_props);
diff --git a/tests/lib/simple-account.c b/tests/lib/simple-account.c
index 25f5a003f..84474ab60 100644
--- a/tests/lib/simple-account.c
+++ b/tests/lib/simple-account.c
@@ -557,7 +557,6 @@ tp_tests_simple_account_class_init (TpTestsSimpleAccountClass *klass)
g_object_class_install_property (object_class,
PROP_SUPERSEDES, param_spec);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_ACCOUNT,
tp_dbus_properties_mixin_getter_gobject_properties, NULL, a_props);
diff --git a/tests/lib/simple-channel-dispatch-operation.c b/tests/lib/simple-channel-dispatch-operation.c
index dd74fa399..7a01d2be8 100644
--- a/tests/lib/simple-channel-dispatch-operation.c
+++ b/tests/lib/simple-channel-dispatch-operation.c
@@ -225,7 +225,6 @@ tp_tests_simple_channel_dispatch_operation_class_init (TpTestsSimpleChannelDispa
g_object_class_install_property (object_class, PROP_POSSIBLE_HANDLERS,
param_spec);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_CHANNEL_DISPATCH_OPERATION,
tp_dbus_properties_mixin_getter_gobject_properties, NULL, a_props);
diff --git a/tests/lib/simple-channel-dispatcher.c b/tests/lib/simple-channel-dispatcher.c
index 541ee81ce..fab05c293 100644
--- a/tests/lib/simple-channel-dispatcher.c
+++ b/tests/lib/simple-channel-dispatcher.c
@@ -391,7 +391,6 @@ tp_tests_simple_channel_dispatcher_class_init (
0, NULL, NULL, NULL,
G_TYPE_NONE, 1, TP_TESTS_TYPE_SIMPLE_CHANNEL_REQUEST);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_CHANNEL_DISPATCHER,
tp_dbus_properties_mixin_getter_gobject_properties, NULL, am_props);
diff --git a/tests/lib/simple-channel-request.c b/tests/lib/simple-channel-request.c
index 67a6cef59..5de5346f5 100644
--- a/tests/lib/simple-channel-request.c
+++ b/tests/lib/simple-channel-request.c
@@ -445,7 +445,6 @@ tp_tests_simple_channel_request_class_init (
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
g_object_class_install_property (object_class, PROP_HINTS, param_spec);
- tp_dbus_properties_mixin_class_init (object_class, 0);
tp_dbus_properties_mixin_implement_interface (object_class,
TP_IFACE_QUARK_CHANNEL_REQUEST,
tp_dbus_properties_mixin_getter_gobject_properties, NULL, am_props);
diff --git a/tests/lib/textchan-group.c b/tests/lib/textchan-group.c
index ddda5fab1..04498a9de 100644
--- a/tests/lib/textchan-group.c
+++ b/tests/lib/textchan-group.c
@@ -202,8 +202,6 @@ 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, 0);
-
tp_group_mixin_init_dbus_properties (object_class);
tp_message_mixin_init_dbus_properties (object_class);
diff --git a/tests/lib/tls-certificate.c b/tests/lib/tls-certificate.c
index 6f61199e2..b54c83557 100644
--- a/tests/lib/tls-certificate.c
+++ b/tests/lib/tls-certificate.c
@@ -239,7 +239,6 @@ tp_tests_tls_certificate_class_init (TpTestsTLSCertificateClass *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);