Bug 621119 – GDBusProxy and objects with no properties
authorDavid Zeuthen <davidz@redhat.com>
Wed, 9 Jun 2010 14:56:35 +0000 (10:56 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Wed, 9 Jun 2010 14:59:02 +0000 (10:59 -0400)
commit1951c39c44afad8273e2978b4c1420e975882934
tree690344e32e0cbbf4d762520d6ba1928aa9d331dd
parent67193f55c3201e32405c5a15621d49f703b83f8f
Bug 621119 – GDBusProxy and objects with no properties

Fix proxy construction for objects with no properties in the case
where G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES isn't set.

The unfortunate side-effect here is that GDBusProxy can no longer be
used to test for "object existence", e.g. creating a GDBusProxy for
any path and interface will not fail. But that's not really a big
deal, if apps rely on that they are doing something very wrong.

https://bugzilla.gnome.org/show_bug.cgi?id=621119

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