Commit: ea534e0c8db4a78160fc2a854c635330b55af136
Parent: ef27c6c7fab8e26b242ac58fd70b12ed0e741ae9
Author: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2012-10-19 10:33:42
Tree: 7e5f2876a03d858892303c09d3ad2263cf61c274

core: Update gdbus function calls Done by the following semantic patch, with manual tweaks afterwards due to changes in 80-chars line breaks: // <smpl> @r1 @ expression E1; @@ g_dbus_pending_property_success( - E1, ...) @r2 @ expression E1; @@ g_dbus_pending_property_error( - E1, ...) @r3 @ expression E1; @@ g_dbus_pending_property_error_valist( - E1, ...) // </smpl>

Diffstat

M src/adapter.c | 91 ++++++++++++++++++++++++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
M src/device.c | 72 ++++++++++++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

2 files changed, 69 insertions(+), 94 deletions(-)

View Full Diff | Patch