[next] telepathy-glib: Move tp_g_value_slice_* family to dbus library

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


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

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Apr  3 11:50:00 2014 +0100

Move tp_g_value_slice_* family to dbus library

Replace a couple of tp_dbus_check_valid_object_path calls with
g_variant_is_object_path to avoid having to move the former
into the dbus or core library.

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

---

 .../telepathy-glib/telepathy-glib-sections.txt     |   48 +-
 telepathy-glib/Makefile.am                         |    2 +
 telepathy-glib/account-channel-request.c           |    1 +
 telepathy-glib/account-request.c                   |    1 +
 telepathy-glib/account.c                           |    1 +
 telepathy-glib/base-connection.c                   |    1 +
 telepathy-glib/base-contact-list.c                 |    1 +
 telepathy-glib/base-protocol.c                     |    1 +
 telepathy-glib/base-room-config.c                  |    1 +
 telepathy-glib/channel-dispatch-operation.c        |    1 +
 telepathy-glib/channel.c                           |    1 +
 telepathy-glib/cm-message.c                        |    1 +
 telepathy-glib/dbus-properties-mixin.c             |    1 +
 telepathy-glib/dbus.c                              |  116 +----
 telepathy-glib/dbus.h                              |   15 -
 telepathy-glib/file-transfer-channel.c             |    1 +
 telepathy-glib/gnio-util.c                         |    1 +
 telepathy-glib/group-mixin.c                       |    1 +
 telepathy-glib/message-mixin.c                     |    1 +
 telepathy-glib/message.c                           |    1 +
 telepathy-glib/presence-mixin.c                    |    1 +
 telepathy-glib/protocol.c                          |    1 +
 telepathy-glib/room-info.c                         |    1 +
 telepathy-glib/signalled-message.c                 |    1 +
 telepathy-glib/sliced-gvalue.c                     |  497 ++++++++++++++++++++
 telepathy-glib/sliced-gvalue.h                     |   79 ++++
 telepathy-glib/stream-tube-channel.c               |    1 +
 telepathy-glib/telepathy-glib-dbus.h               |    1 +
 telepathy-glib/util.c                              |  347 --------------
 telepathy-glib/util.h                              |   34 --
 telepathy-glib/versions/dbus-1.0.abi               |   21 +
 telepathy-glib/versions/main-1.0.abi               |   21 -
 tests/dbus/call-channel.c                          |    1 +
 tests/dbus/cli-group.c                             |    1 +
 tests/dbus/group-mixin.c                           |    1 +
 tests/dbus/message-mixin.c                         |    1 +
 tests/gnio-util.c                                  |    1 +
 tests/intset.c                                     |    1 +
 38 files changed, 655 insertions(+), 553 deletions(-)

Diff:   http://cgit.freedesktop.org/telepathy/telepathy-glib/diff/?id=89daca7d915fff2d7e60c88360165503f7fbc34a


More information about the telepathy-commits mailing list