OSDN Git Service

gdbus: Add skeleton of DBus.Properties interface
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 4 Oct 2012 07:26:27 +0000 (04:26 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 4 Oct 2012 14:05:24 +0000 (17:05 +0300)
commita5b71bdd782de7880fe1a08eac8d1e5baceeb09b
treeaedef97509228799d149b698cbdf3db946e245b0
parent312d738e0e4ad098c3087997df6c8e907f41fa42
gdbus: Add skeleton of DBus.Properties interface

This interface is responsible for handling properties of all objects in
a given path. Right now it only registers itself, doing nothing useful.
A conversion to this new layout will be done by subsequent patches.

org.freedesktop.org.DBus.Properties spec can be found at
http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties
gdbus/object.c