OSDN Git Service

gdbus: Implement DBus.Properties.Set method
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 4 Oct 2012 07:26:30 +0000 (04:26 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 4 Oct 2012 14:07:33 +0000 (17:07 +0300)
commit913a901526aee4d740a134efc72d819a494d9ada
treebfd4365b2ca2fdd6ca61d97d55b2e7918872f7d5
parent2b75d65ad1605518bce3f30d93ceb3e57217d3f2
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