g_dbus_proxy_get_property: use accessors for all mutable state
commit03ae974f7cc992450907401f45e7de645caff141
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 8 Aug 2011 17:22:42 +0000 (8 18:22 +0100)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 15 Aug 2011 16:50:00 +0000 (15 12:50 -0400)
tree50e2f36843038749bcd5f685a147c01d5fd30de3
parent20387d262ff104f9de3defc264c5c2010d272857
g_dbus_proxy_get_property: use accessors for all mutable state

These ought to have thread-locking, and having it in the accessor seems
better than duplicating it here.

Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/gdbusproxy.c