Make GVariant handling in PropertiesChanged more efficient
authorChristian Persch <chpe@gnome.org>
Thu, 13 May 2010 17:01:04 +0000 (19:01 +0200)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 13 May 2010 20:46:18 +0000 (16:46 -0400)
commite3f5d3c00595ca017d83015fa2b9832d1c87828f
tree835208456e283c7683501d8787d7585825077358
parent4ad4c306c3b80620185cf975b402e17a6174aea9
Make GVariant handling in PropertiesChanged more efficient

There's no need to re-build the a{sv} array, just get it right out of
the parameters. Also avoid some string copies.

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