[next] telepathy-glib: Rename remaining tp_dbus_daemon_*() to tp_dbus_connection_*()

Simon McVittie smcv at kemper.freedesktop.org
Thu Apr 3 07:25:28 PDT 2014


Module: telepathy-glib
Branch: next
Commit: 48d8288c23f42098d7ce442d99dc8eee89ae4f98
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=48d8288c23f42098d7ce442d99dc8eee89ae4f98

Author: Xavier Claessens <xavier.claessens at collabora.com>
Date:   Mon Mar 31 07:10:31 2014 -0400

Rename remaining tp_dbus_daemon_*() to tp_dbus_connection_*()

Also moves their code to dbus.c/h module since their are only
GDBusConnection helpers now, not methods on TpDBusDaemon object.

---

 .../telepathy-glib/telepathy-glib-sections.txt     |   10 +-
 telepathy-glib/Makefile.am                         |    2 -
 telepathy-glib/base-call-content.c                 |    4 +-
 telepathy-glib/base-call-stream.c                  |    4 +-
 telepathy-glib/base-channel.c                      |    6 +-
 telepathy-glib/base-client.c                       |    8 +-
 telepathy-glib/base-connection-manager.c           |    6 +-
 telepathy-glib/base-connection.c                   |    8 +-
 telepathy-glib/call-content-media-description.c    |    8 +-
 telepathy-glib/call-stream-endpoint.c              |    4 +-
 telepathy-glib/channel-dispatch-operation.c        |    2 +-
 telepathy-glib/channel-request.c                   |    2 +-
 telepathy-glib/connection.c                        |    2 +-
 telepathy-glib/dbus-daemon.c                       |  461 --------------------
 telepathy-glib/dbus-daemon.h                       |   50 ---
 telepathy-glib/dbus-internal.h                     |    2 +-
 telepathy-glib/dbus.c                              |  425 ++++++++++++++++++
 telepathy-glib/dbus.h                              |   18 +-
 telepathy-glib/debug-sender.c                      |    2 +-
 telepathy-glib/introspection.am                    |    1 -
 telepathy-glib/versions/main-1.0.abi               |   10 +-
 telepathy-logger/telepathy-logger.c                |    4 +-
 tests/dbus/account-channel-request.c               |   14 +-
 tests/dbus/account-manager.c                       |   20 +-
 tests/dbus/account-request.c                       |   12 +-
 tests/dbus/account.c                               |    8 +-
 tests/dbus/base-client.c                           |   16 +-
 tests/dbus/call-cancellation.c                     |    2 +-
 tests/dbus/channel-dispatch-operation.c            |   16 +-
 tests/dbus/channel-request.c                       |   18 +-
 tests/dbus/cm.c                                    |    4 +-
 tests/dbus/connection.c                            |   10 +-
 tests/dbus/contacts.c                              |    4 +-
 tests/dbus/disconnection.c                         |    2 +-
 tests/dbus/properties.c                            |    2 +-
 tests/dbus/room-list.c                             |    6 +-
 tests/dbus/simple-approver.c                       |   14 +-
 tests/dbus/simple-handler.c                        |    8 +-
 tests/dbus/simple-observer.c                       |    8 +-
 tests/lib/logger-test-helper.c                     |    4 +-
 tests/lib/simple-channel-dispatcher.c              |    2 +-
 tests/lib/tls-certificate.c                        |    2 +-
 tests/logger/dbus/test-log-manager.c               |    8 +-
 tests/logger/dbus/test-tpl-log-iter-pidgin.c       |    8 +-
 tests/logger/dbus/test-tpl-log-iter-xml.c          |    4 +-
 tests/logger/dbus/test-tpl-log-store-pidgin.c      |    8 +-
 tests/logger/dbus/test-tpl-log-store-xml.c         |    4 +-
 tests/logger/dbus/test-tpl-log-walker.c            |    8 +-
 48 files changed, 589 insertions(+), 662 deletions(-)

Diff:   http://cgit.freedesktop.org/telepathy/telepathy-glib/diff/?id=48d8288c23f42098d7ce442d99dc8eee89ae4f98


More information about the telepathy-commits mailing list