[next] telepathy-salut: Replace dbus_g_method_return_error with g_dbus_method_invocation_return_gerror
Simon McVittie
smcv at kemper.freedesktop.org
Thu Apr 3 07:36:23 PDT 2014
Module: telepathy-salut
Branch: next
Commit: cacfee38ef48a817de1dd366790b6c85a63bfc8f
URL: http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=cacfee38ef48a817de1dd366790b6c85a63bfc8f
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Tue Mar 18 18:15:25 2014 +0000
Replace dbus_g_method_return_error with g_dbus_method_invocation_return_gerror
Excluding glib-ginterface-gen.py.
Automated:
git grep -lz dbus_g_method_return_error |
xargs -0 perl -pi -e 's/\bdbus_g_method_return_error\b/g_dbus_method_invocation_return_gerror/g'
---
src/connection-contact-info.c | 4 ++--
src/connection.c | 24 ++++++++++++------------
src/file-transfer-channel.c | 16 ++++++++--------
src/tube-dbus.c | 8 ++++----
src/tube-stream.c | 14 +++++++-------
5 files changed, 33 insertions(+), 33 deletions(-)
Diff: http://cgit.freedesktop.org/telepathy/telepathy-salut/diff/?id=cacfee38ef48a817de1dd366790b6c85a63bfc8f
More information about the telepathy-commits
mailing list