[next] telepathy-glib: Split gnio-util.h into the Telepathy D-Bus API part , and the GIO part

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


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

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Mar 31 15:38:14 2014 +0100

Split gnio-util.h into the Telepathy D-Bus API part, and the GIO part

The Telepathy D-Bus API part (the exact details of how we encode
addresses) should go in the -dbus library; the GIO part should go
in the main library.

Use GIOError instead of TpError in the -dbus part, so TpError won't need to
stay in the core library.

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

---

 telepathy-glib/Makefile.am             |    6 +-
 telepathy-glib/dbus-tube-channel.c     |    1 +
 telepathy-glib/file-transfer-channel.c |    1 +
 telepathy-glib/gnio-unix.c             |  566 ++++++++++++++++++++++++++++++++
 telepathy-glib/gnio-unix.h             |   75 +++++
 telepathy-glib/gnio-util.c             |  520 +----------------------------
 telepathy-glib/gnio-util.h             |   41 +--
 telepathy-glib/stream-tube-channel.c   |    1 +
 telepathy-glib/telepathy-glib-dbus.h   |    1 +
 telepathy-glib/telepathy-glib.h        |    2 +-
 telepathy-glib/versions/dbus-1.0.abi   |    4 +
 telepathy-glib/versions/main-1.0.abi   |    4 -
 12 files changed, 662 insertions(+), 560 deletions(-)

Diff:   http://cgit.freedesktop.org/telepathy/telepathy-glib/diff/?id=6f3b018c14c11533f4e33be8669abfb8d6ad49ca


More information about the telepathy-commits mailing list