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 11:53:40 +0000 (12:53 +0100)
commitd87dcb6c5bce4fd786fa2ad7a32df3bfd2052300
tree4a3e73ada6eccf35a830decb5ba5a4bbbd557a1f
parent1b7afd7b1eb59164b0687ce65bbf413e19e6faf1
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