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:44:48 +0000 (14:44 +0100)
commit84c89a158f93c9616e75e7d20a955e64d9e154df
treeebdb282f09ba6f659928a71de943fc8c5c29214b
parentb001a835f425f765ba29f1fe419200f04f95645e
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