telepathy-glib: Stop using TP_ERRORS

Simon McVittie smcv at kemper.freedesktop.org
Thu May 3 05:12:45 PDT 2012


Module: telepathy-glib
Branch: master
Commit: 9aec808ae99f5b06c816943fc1648358af0d8294
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=9aec808ae99f5b06c816943fc1648358af0d8294

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed May  2 19:06:24 2012 +0100

Stop using TP_ERRORS

We deprecated this in 0.11.

---

 examples/client/dbus-tubes/accepter.c           |    2 +-
 examples/client/stream-tubes/accepter.c         |    2 +-
 examples/cm/call/call-channel.c                 |    4 +-
 examples/cm/call/call-manager.c                 |    4 +-
 examples/cm/call/protocol.c                     |    4 +-
 examples/cm/channelspecific/conn.c              |    6 +-
 examples/cm/channelspecific/protocol.c          |   12 +++---
 examples/cm/channelspecific/room-manager.c      |    2 +-
 examples/cm/channelspecific/room.c              |    2 +-
 examples/cm/contactlist/protocol.c              |    4 +-
 examples/cm/echo-message-parts/im-manager.c     |    2 +-
 examples/cm/echo-message-parts/protocol.c       |    6 +-
 examples/cm/extended/protocol.c                 |    6 +-
 telepathy-glib/account-channel-request.c        |    6 +-
 telepathy-glib/account-manager.c                |    2 +-
 telepathy-glib/account.c                        |   12 +++---
 telepathy-glib/add-dispatch-operation-context.c |    2 +-
 telepathy-glib/base-call-channel.c              |   22 +++++-----
 telepathy-glib/base-call-content.c              |    2 +-
 telepathy-glib/base-call-stream.c               |    8 ++--
 telepathy-glib/base-client.c                    |   22 +++++-----
 telepathy-glib/base-connection-manager.c        |    6 +-
 telepathy-glib/base-connection.c                |   26 ++++++------
 telepathy-glib/base-connection.h                |    2 +-
 telepathy-glib/base-contact-list.c              |   46 +++++++++++-----------
 telepathy-glib/base-media-call-content.c        |   24 ++++++------
 telepathy-glib/base-media-call-stream.c         |    6 +-
 telepathy-glib/base-password-channel.c          |   14 +++---
 telepathy-glib/base-protocol.c                  |   32 ++++++++--------
 telepathy-glib/call-channel.c                   |    2 +-
 telepathy-glib/call-content-media-description.c |    8 ++--
 telepathy-glib/call-content.c                   |    8 ++--
 telepathy-glib/call-stream-endpoint.c           |   16 ++++----
 telepathy-glib/call-stream.c                    |    2 +-
 telepathy-glib/channel-contacts.c               |    2 +-
 telepathy-glib/channel-dispatch-operation.c     |   10 ++--
 telepathy-glib/channel-dispatcher.c             |    2 +-
 telepathy-glib/channel-group.c                  |    2 +-
 telepathy-glib/channel-manager.c                |    2 +-
 telepathy-glib/channel-request.c                |    4 +-
 telepathy-glib/channel.c                        |    6 +-
 telepathy-glib/client.c                         |    2 +-
 telepathy-glib/connection-contact-info.c        |    2 +-
 telepathy-glib/connection-manager.c             |   14 +++---
 telepathy-glib/connection.c                     |    6 +-
 telepathy-glib/contact-list-channel.c           |    6 +-
 telepathy-glib/contact.c                        |   12 +++---
 telepathy-glib/dbus-daemon.c                    |   16 ++++----
 telepathy-glib/dbus-properties-mixin.c          |   18 ++++----
 telepathy-glib/dbus-tube-channel.c              |    4 +-
 telepathy-glib/dbus.c                           |    2 +-
 telepathy-glib/debug-client.c                   |    4 +-
 telepathy-glib/errors.c                         |    7 +--
 telepathy-glib/file-transfer-channel.c          |   12 +++---
 telepathy-glib/gnio-util.c                      |   12 +++---
 telepathy-glib/group-mixin.c                    |   16 ++++----
 telepathy-glib/handle-channels-context.c        |    2 +-
 telepathy-glib/handle-repo-dynamic.c            |    4 +-
 telepathy-glib/handle-repo-static.c             |    4 +-
 telepathy-glib/media-interfaces.c               |    4 +-
 telepathy-glib/message-mixin.c                  |   16 ++++----
 telepathy-glib/observe-channels-context.c       |    2 +-
 telepathy-glib/presence-mixin.c                 |   14 +++---
 telepathy-glib/properties-mixin.c               |   12 +++---
 telepathy-glib/protocol.c                       |    2 +-
 telepathy-glib/stream-tube-channel.c            |    2 +-
 telepathy-glib/text-channel.c                   |    6 +-
 telepathy-glib/text-mixin.c                     |    2 +-
 telepathy-glib/util.c                           |    4 +-
 tests/dbus/account-channel-request.c            |   30 +++++++-------
 tests/dbus/account-manager.c                    |    2 +-
 tests/dbus/base-client.c                        |    4 +-
 tests/dbus/call-cancellation.c                  |    2 +-
 tests/dbus/call-channel.c                       |    4 +-
 tests/dbus/channel-dispatch-operation.c         |    4 +-
 tests/dbus/channel-introspect.c                 |    4 +-
 tests/dbus/channel-request.c                    |    2 +-
 tests/dbus/channel.c                            |    2 +-
 tests/dbus/cli-group.c                          |    6 +-
 tests/dbus/connection-aliasing.c                |    2 +-
 tests/dbus/connection-balance.c                 |    2 +-
 tests/dbus/connection-bug-18845.c               |    2 +-
 tests/dbus/connection-error.c                   |    2 +-
 tests/dbus/connection-getinterfaces-failure.c   |    2 +-
 tests/dbus/connection-interests.c               |    2 +-
 tests/dbus/connection.c                         |    8 ++--
 tests/dbus/contact-lists.c                      |   12 +++---
 tests/dbus/disconnection.c                      |    2 +-
 tests/dbus/error-enum.c                         |    2 +-
 tests/dbus/example-no-protocols.c               |    2 +-
 tests/dbus/finalized-in-invalidated-handler.c   |    2 +-
 tests/dbus/get-interface-after-invalidate.c     |    2 +-
 tests/dbus/message-mixin.c                      |    2 +-
 tests/dbus/room-list.c                          |    2 +-
 tests/dbus/self-presence.c                      |    4 +-
 tests/dbus/simple-approver.c                    |    4 +-
 tests/dbus/simple-handler.c                     |    4 +-
 tests/dbus/simple-observer.c                    |    4 +-
 tests/dbus/stream-tube.c                        |    4 +-
 tests/dbus/text-mixin.c                         |    2 +-
 tests/dbus/unsupported-interface.c              |    2 +-
 tests/lib/echo-conn.c                           |    2 +-
 tests/lib/echo-im-manager.c                     |    2 +-
 tests/lib/file-transfer-chan.c                  |   16 ++++----
 tests/lib/my-conn-proxy.c                       |    4 +-
 tests/lib/params-cm.c                           |    4 +-
 tests/lib/room-list-chan.c                      |    4 +-
 tests/lib/simple-channel-dispatch-operation.c   |    2 +-
 tests/lib/simple-channel-dispatcher.c           |    2 +-
 tests/lib/simple-channel-request.c              |    2 +-
 tests/lib/simple-client.c                       |    2 +-
 tests/lib/simple-conn.c                         |    4 +-
 tests/lib/stream-tube-chan.c                    |    8 ++--
 113 files changed, 370 insertions(+), 371 deletions(-)

Diff:   http://cgit.freedesktop.org/telepathy/telepathy-glib/diff/?id=9aec808ae99f5b06c816943fc1648358af0d8294


More information about the telepathy-commits mailing list