[next] telepathy-glib: TpProtocol: rename _borrow_params() to _get_params()
Xavier Claessens
xclaesse at kemper.freedesktop.org
Wed Dec 26 04:37:47 PST 2012
Module: telepathy-glib
Branch: next
Commit: 4512394c7cedc650ba6ce9605dfaf99f650aad93
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=4512394c7cedc650ba6ce9605dfaf99f650aad93
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Wed Dec 26 11:09:40 2012 +0100
TpProtocol: rename _borrow_params() to _get_params()
It was not possible to add _get_params() in master because
internally TpProtocol was using a C-array which is not introspectable.
However, in next it is a nice GPtrArray that we can properly
return.
---
docs/reference/telepathy-glib-sections.txt | 2 +-
telepathy-glib/protocol.c | 11 ++--
telepathy-glib/protocol.h | 8 +--
tests/dbus/cm.c | 88 ++++++++++++++--------------
4 files changed, 52 insertions(+), 57 deletions(-)
Diff: http://cgit.freedesktop.org/telepathy/telepathy-glib/diff/?id=4512394c7cedc650ba6ce9605dfaf99f650aad93
More information about the telepathy-commits
mailing list