summaryrefslogtreecommitdiff
path: root/telepathy-farstream
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-14 19:11:06 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-26 18:20:57 +0000
commitbfd0ee2737aba681f2b49d504890c9147dcdbf3c (patch)
tree53daad6983f017b91775ace47458f76bc2853e39 /telepathy-farstream
parent434c57f585631f556076c3e33d23d28c2bd25659 (diff)
Remove TpProxy::interface-added, and dbus-glib marshaller registration
In the glorious GDBus future, we won't need marshaller and signal registration. This also means we can get rid of the init_known_interfaces() family of functions, which were only there to support interface-added. This commit is the first of many that will break bisection. That's somewhat unavoidable if you want to go from libdbus to GDBus without having a single mega-commit :-)
Diffstat (limited to 'telepathy-farstream')
-rw-r--r--telepathy-farstream/call-content.c1
-rw-r--r--telepathy-farstream/call-stream.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/telepathy-farstream/call-content.c b/telepathy-farstream/call-content.c
index 2eea57bc8..9fe7e809e 100644
--- a/telepathy-farstream/call-content.c
+++ b/telepathy-farstream/call-content.c
@@ -845,7 +845,6 @@ process_media_description (TfCallContent *self,
return;
}
- tp_call_content_media_description_init_known_interfaces ();
proxy = g_object_new (TP_TYPE_PROXY,
"dbus-daemon", tp_proxy_get_dbus_daemon (self->proxy),
"bus-name", tp_proxy_get_bus_name (self->proxy),
diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c
index 222bdca32..318139bb6 100644
--- a/telepathy-farstream/call-stream.c
+++ b/telepathy-farstream/call-stream.c
@@ -911,7 +911,6 @@ tf_call_stream_add_endpoint (TfCallStream *self, const gchar *obj_path)
self->endpoint_objpath = g_strdup (obj_path);
- tp_call_stream_endpoint_init_known_interfaces ();
self->endpoint = g_object_new (TP_TYPE_PROXY,
"dbus-daemon", tp_proxy_get_dbus_daemon (self->proxy),
"bus-name", tp_proxy_get_bus_name (self->proxy),