GDBusProxy: Add G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES flag
authorDavid Zeuthen <davidz@redhat.com>
Wed, 8 Feb 2012 17:46:04 +0000 (12:46 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Wed, 8 Feb 2012 17:49:22 +0000 (12:49 -0500)
commita067df5d720096a62736d26c9e971363c0843d91
treee6244d508aa6f9e6e2e6a1a064ed39ebf1da3854
parent1370804f2b1cbb39875bb6a8a53f5bc5318092f4
GDBusProxy: Add G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES flag

This is useful when using certain D-Bus services where the
PropertiesChanged signal does not include the property value such as
e.g. various systemd mechanisms, see e.g.

 https://bugs.freedesktop.org/show_bug.cgi?id=37632

Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/gdbusproxy.c
gio/gioenums.h
gio/tests/gdbus-proxy.c
gio/tests/gdbus-testserver.py