gdbus: Fix up Properties.Set() code path
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Sat, 6 Oct 2012 07:02:35 +0000 (04:02 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 26 Nov 2012 11:56:53 +0000 (12:56 +0100)
commitd1d2f6dbe14c17146af022711ec0403d539b5a79
tree061cec496f1e2668e3ae3c130585482233e797fc
parent7071d8a28e661ae459070e56767db64bce47b05b
gdbus: Fix up Properties.Set() code path

Minor fixes to make setter actually work:

- Add propdata in pending_property_set
- Break loop when we are removing propdata from list and we
  found it
- in_args and out_args were swapped
- interface and method name arguments were swapped
gdbus/object.c