client: Replace DBus client generated method names.
The dbus-binding-tool uses a different annotation name to specify
the C Symbol of a method when generating the interface .h file from
the .xml file. For the server side, the
org.freedesktop.DBus.GLib.CSymbol is used while for the client side
org.freedesktop.DBus.GLib.ClientCSymbol is used.
This fix adds the client annotation C Symbol and replaces all the
function calls to those functions.
BUG=None
TEST=Code compiles. Generated names are correct.
Change-Id: Ibc9c6c343e618fb2c455f61f89e06c58f9551656
Reviewed-on: https://chromium-review.googlesource.com/167525
Reviewed-by: David Zeuthen <zeuthen@chromium.org>
Tested-by: Alex Deymo <deymo@chromium.org>
Commit-Queue: Alex Deymo <deymo@chromium.org>
2 files changed