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)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 26 Nov 2012 13:48:49 +0000 (14:48 +0100)
commitcc348f8a97887172874c552c963ce3cfae8e2d44
treec6f96c7cf1e21d7b451d95c2a787c7dcc619d093
parent2e0c245819eeeca94fc9daf65443bb40e80b49a9
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