GDBusProxy: Don't warn when calling methods on other interfaces
authorDavid Zeuthen <davidz@redhat.com>
Tue, 22 Jun 2010 21:48:35 +0000 (17:48 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 22 Jun 2010 21:48:35 +0000 (17:48 -0400)
commit6920e503e637e70a44f7baf899de4bd171534d39
tree3c2484fc937c1e804488cc5746ae3d6ccca4ae50
parentd68f8012b2d8b9b86b47ed1f091f29d70016cf73
GDBusProxy: Don't warn when calling methods on other interfaces

If we know the expected interface (e.g. :g-interface-info is set),
then we always warned when calling a method on a different
interface. Don't do that, there's no way the expected interface can
know anything about this method.

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