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 13:48:49 +0000 (14:48 +0100)
commita375d457111a43b4814ca7b527390708a46e9774
tree84aeda758d75d264093b9cfd7b7a8fa42b270e56
parenta7e62e791fadd3aade5a9c894abf4cbb40eba739
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