gdbus: Implement DBus.Properties.Set method
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 4 Oct 2012 07:26:30 +0000 (04:26 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 26 Nov 2012 13:48:49 +0000 (14:48 +0100)
commit0a137b3a7c40fe8ef075838736a6be822aaa1dd1
tree6c66c42f9ca900c6798f6fd7cdfe07abf56b43c8
parente64dd40a6a6977dbc74c9c75131485b7f55694fc
gdbus: Implement DBus.Properties.Set method

Contrary to Get() and GetAll(), Set() is asynchronous so we pass an id
to the setter so later it can declare the Set() as successful or
otherwise.
gdbus/gdbus.h
gdbus/object.c