[next] telepathy-glib: Move dbus-glib-style a{sv} utilities into the dbus library

Simon McVittie smcv at kemper.freedesktop.org
Thu Apr 3 12:39:36 PDT 2014


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

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Apr  3 12:05:29 2014 +0100

Move dbus-glib-style a{sv} utilities into the dbus library

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=76855
Reviewed-by: Xavier Claessens

---

 examples/cm/call/protocol.c                     |    1 +
 examples/cm/channelspecific/protocol.c          |    1 +
 examples/cm/contactlist/protocol.c              |    1 +
 examples/cm/extended/protocol.c                 |    1 +
 telepathy-glib/Makefile.am                      |    2 +
 telepathy-glib/account-manager.c                |    1 +
 telepathy-glib/account-request.c                |    1 +
 telepathy-glib/account.c                        |    1 +
 telepathy-glib/asv.c                            | 1313 +++++++++++++++++++++++
 telepathy-glib/asv.h                            |   97 ++
 telepathy-glib/base-call-channel.c              |    1 +
 telepathy-glib/base-client.c                    |    1 +
 telepathy-glib/base-connection.c                |    1 +
 telepathy-glib/base-media-call-content.c        |    1 +
 telepathy-glib/base-password-channel.c          |    1 +
 telepathy-glib/base-protocol.c                  |    2 +
 telepathy-glib/call-channel.c                   |    1 +
 telepathy-glib/call-content-media-description.c |    1 +
 telepathy-glib/call-content.c                   |    1 +
 telepathy-glib/call-stream.c                    |    1 +
 telepathy-glib/capabilities.c                   |    1 +
 telepathy-glib/channel-dispatch-operation.c     |    1 +
 telepathy-glib/channel-filter.c                 |    2 +
 telepathy-glib/channel-group.c                  |    1 +
 telepathy-glib/channel.c                        |    1 +
 telepathy-glib/connection-aliasing.c            |    1 +
 telepathy-glib/connection-avatars.c             |    1 +
 telepathy-glib/connection-contact-info.c        |    1 +
 telepathy-glib/connection-contact-list.c        |    1 +
 telepathy-glib/connection-manager.c             |    1 +
 telepathy-glib/connection.c                     |    1 +
 telepathy-glib/contact-search.c                 |    1 +
 telepathy-glib/contact.c                        |    1 +
 telepathy-glib/dbus-tube-channel.c              |    1 +
 telepathy-glib/dbus.c                           | 1276 ----------------------
 telepathy-glib/dbus.h                           |   62 --
 telepathy-glib/file-transfer-channel.c          |    1 +
 telepathy-glib/group-mixin.c                    |    1 +
 telepathy-glib/message-mixin.c                  |    1 +
 telepathy-glib/message.c                        |    1 +
 telepathy-glib/observe-channel-context.c        |    1 +
 telepathy-glib/protocol.c                       |    1 +
 telepathy-glib/room-info.c                      |    1 +
 telepathy-glib/room-list.c                      |    1 +
 telepathy-glib/stream-tube-channel.c            |    1 +
 telepathy-glib/telepathy-glib-dbus.h            |    1 +
 telepathy-glib/text-channel.c                   |    1 +
 telepathy-glib/tls-certificate.c                |    1 +
 telepathy-glib/versions/dbus-1.0.abi            |   32 +
 telepathy-glib/versions/main-1.0.abi            |   32 -
 tests/capabilities.c                            |    1 +
 tests/dbus/account-channel-request.c            |    1 +
 tests/dbus/account-request.c                    |    1 +
 tests/dbus/account.c                            |    1 +
 tests/dbus/base-client.c                        |    1 +
 tests/dbus/call-channel.c                       |    1 +
 tests/dbus/channel-introspect.c                 |    1 +
 tests/dbus/channel-manager-request-properties.c |    1 +
 tests/dbus/channel-request.c                    |    1 +
 tests/dbus/cli-group.c                          |    1 +
 tests/dbus/contact-lists.c                      |    1 +
 tests/dbus/contacts-mixin.c                     |    1 +
 tests/dbus/contacts.c                           |    1 +
 tests/dbus/disconnection.c                      |    1 +
 tests/dbus/group-mixin.c                        |    1 +
 tests/dbus/message-mixin.c                      |    1 +
 tests/dbus/properties.c                         |    1 +
 tests/dbus/simple-approver.c                    |    1 +
 tests/dbus/simple-handler.c                     |    1 +
 tests/dbus/simple-observer.c                    |    1 +
 tests/dbus/text-channel.c                       |    1 +
 tests/dbus/text-respawn.c                       |    1 +
 72 files changed, 1511 insertions(+), 1370 deletions(-)

Diff:   http://cgit.freedesktop.org/telepathy/telepathy-glib/diff/?id=7b60eaef51b07813edcd640f89fa51aa9b62094a


More information about the telepathy-commits mailing list