[next] telepathy-glib: Replace all occurences of TpDBusDaemon by GDBusConnection
Simon McVittie
smcv at kemper.freedesktop.org
Thu Apr 3 07:25:28 PDT 2014
Module: telepathy-glib
Branch: next
Commit: 29d1175c212db234861ddb47918b731a449621ec
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=29d1175c212db234861ddb47918b731a449621ec
Author: Xavier Claessens <xavier.claessens at collabora.com>
Date: Sun Mar 30 22:30:38 2014 -0400
Replace all occurences of TpDBusDaemon by GDBusConnection
This is a huge commit but almost brainless. There is a notable change
in tp_tests_proxy_run_until_dbus_queue_processed() to support taking
a GDBusConnection instead of a proxy.
---
.../telepathy-glib/telepathy-glib-sections.txt | 8 +-
examples/client/list-managers.c | 12 +--
examples/cm/call/call-stream.c | 4 +-
telepathy-glib/account-channel-request.c | 5 --
telepathy-glib/account-manager.c | 2 -
telepathy-glib/account.c | 4 -
telepathy-glib/automatic-client-factory.c | 11 ++-
telepathy-glib/automatic-client-factory.h | 2 +-
telepathy-glib/base-call-content.c | 4 +-
telepathy-glib/base-call-stream.c | 4 +-
telepathy-glib/base-channel.c | 8 +-
telepathy-glib/base-client.c | 62 ++++++-------
telepathy-glib/base-client.h | 2 +-
telepathy-glib/base-connection-manager.c | 62 ++++++-------
telepathy-glib/base-connection-manager.h | 2 +-
telepathy-glib/base-connection.c | 71 +++++++--------
telepathy-glib/base-connection.h | 3 +-
telepathy-glib/call-content-media-description.c | 47 +++++-----
telepathy-glib/call-content-media-description.h | 2 +-
telepathy-glib/call-stream-endpoint.c | 44 +++++-----
telepathy-glib/call-stream-endpoint.h | 3 +-
telepathy-glib/channel-dispatch-operation.c | 6 +-
telepathy-glib/channel-dispatcher.c | 16 ----
telepathy-glib/channel-request.c | 6 +-
telepathy-glib/client-factory.c | 76 ++++++----------
telepathy-glib/client-factory.h | 4 +-
telepathy-glib/client.c | 16 ----
telepathy-glib/connection.c | 2 +-
telepathy-glib/dbus-daemon.c | 92 ++++++--------------
telepathy-glib/dbus-daemon.h | 13 +--
telepathy-glib/dbus-internal.h | 5 +-
telepathy-glib/debug-sender.c | 14 +--
telepathy-glib/proxy.c | 66 +-------------
telepathy-glib/proxy.h | 2 -
telepathy-glib/run.c | 10 +--
telepathy-glib/versions/main-1.0.abi | 5 --
telepathy-logger/client-factory-internal.h | 2 +-
telepathy-logger/client-factory.c | 6 +-
telepathy-logger/dbus-service.c | 12 +--
telepathy-logger/log-store-xml.c | 24 ++---
telepathy-logger/observer.c | 3 +-
telepathy-logger/telepathy-logger.c | 18 ++--
tests/dbus/Makefile.am | 4 -
tests/dbus/account-channel-request.c | 4 +-
tests/dbus/account-manager.c | 14 +--
tests/dbus/account-request.c | 6 +-
tests/dbus/account.c | 8 +-
tests/dbus/base-client.c | 16 ++--
tests/dbus/call-cancellation.c | 13 ++-
tests/dbus/call-channel.c | 4 +-
tests/dbus/channel-dispatch-operation.c | 25 +++---
tests/dbus/channel-dispatcher.c | 4 +-
tests/dbus/channel-introspect.c | 4 +-
tests/dbus/channel-manager-request-properties.c | 4 +-
tests/dbus/channel-request.c | 25 +++---
tests/dbus/channel.c | 4 +-
tests/dbus/cm.c | 6 +-
tests/dbus/connection-aliasing.c | 12 +--
tests/dbus/connection-balance.c | 12 +--
tests/dbus/connection-interests.c | 16 ++--
tests/dbus/connection.c | 4 +-
tests/dbus/contact-list-client.c | 4 +-
tests/dbus/contact-lists.c | 4 +-
tests/dbus/contacts.c | 4 +-
tests/dbus/dbus-tube.c | 4 +-
tests/dbus/dbus.c | 28 ------
tests/dbus/debug-client.c | 4 +-
tests/dbus/disconnection.c | 13 ++-
tests/dbus/file-transfer-channel.c | 4 +-
tests/dbus/get-interface-after-invalidate.c | 45 ----------
tests/dbus/handle-repo.c | 6 +-
tests/dbus/list-cm-no-cm.c | 4 +-
tests/dbus/long-connection-name.c | 4 +-
tests/dbus/message-mixin.c | 4 +-
tests/dbus/properties.c | 10 +--
tests/dbus/protocol-objects.c | 4 +-
tests/dbus/proxy-preparation.c | 4 +-
tests/dbus/room-list.c | 4 +-
tests/dbus/self-handle.c | 4 +-
tests/dbus/self-presence.c | 4 +-
tests/dbus/simple-approver.c | 4 +-
tests/dbus/simple-handler.c | 6 +-
tests/dbus/simple-observer.c | 6 +-
tests/dbus/stream-tube.c | 4 +-
tests/dbus/text-channel.c | 4 +-
tests/dbus/tls-certificate.c | 6 +-
tests/dbus/unsupported-interface.c | 4 +-
tests/lib/logger-test-helper.c | 4 +-
tests/lib/logger-test-helper.h | 4 +-
tests/lib/simple-channel-dispatcher.c | 4 +-
tests/lib/tls-certificate.c | 22 ++---
tests/lib/util.c | 59 +++++++------
tests/lib/util.h | 6 +-
tests/logger/dbus/test-log-manager.c | 4 +-
tests/logger/dbus/test-tpl-log-iter-pidgin.c | 4 +-
tests/logger/dbus/test-tpl-log-iter-xml.c | 4 +-
tests/logger/dbus/test-tpl-log-store-pidgin.c | 4 +-
tests/logger/dbus/test-tpl-log-store-sqlite.c | 4 +-
tests/logger/dbus/test-tpl-log-store-xml.c | 4 +-
tests/logger/dbus/test-tpl-log-walker.c | 4 +-
100 files changed, 480 insertions(+), 784 deletions(-)
Diff: http://cgit.freedesktop.org/telepathy/telepathy-glib/diff/?id=29d1175c212db234861ddb47918b731a449621ec
More information about the telepathy-commits
mailing list