Use a simple struct when reading and writing gdbus messages
authorMike Gorse <mgorse@suse.com>
Thu, 1 Nov 2012 00:44:03 +0000 (19:44 -0500)
committerMike Gorse <mgorse@suse.com>
Thu, 29 Nov 2012 20:15:34 +0000 (14:15 -0600)
commit3e5214c15c2a19b64d74e7142b6cd0d520dddf04
treefa600471c13cda3f9d56f0d762d9515e8ae2cf9f
parentccd1fb682050f4ccd9e0b5d1024d02199b7c862b
Use a simple struct when reading and writing gdbus messages

GData*Streams incur significant overhead, and we do not need all of the
functionality that they provide, since we only ever read from/write to
memory when handling message blobs, so it is more performant to use a
simple structure.

https://bugzilla.gnome.org/show_bug.cgi?id=652650
gio/gdbusmessage.c