GDBusProxy: Drop unexpected signals
authorDavid Zeuthen <davidz@redhat.com>
Mon, 28 Mar 2011 16:10:25 +0000 (12:10 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 28 Mar 2011 16:10:25 +0000 (12:10 -0400)
commitcaf993df6f9dbf2cd01ae16f5d757187c44683e3
treeef84645d559e8ae1355b66d28772da966086ee63
parentaa59fb9dd1a20004a5ba5f4d97c271eb5abe01e9
GDBusProxy: Drop unexpected signals

If we have an expected interface and receive a signal not mentioned in
the interface, simply drop it. This way, the application won't have to
check for the signal itself.

This was pointed out in

 https://bugzilla.gnome.org/show_bug.cgi?id=642724#c5

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