GDBusMessage: Don't reset serial number when copying
authorDavid Zeuthen <davidz@redhat.com>
Thu, 9 Sep 2010 19:15:13 +0000 (15:15 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 9 Sep 2010 19:15:13 +0000 (15:15 -0400)
commit7c6606854400ba2a4d0c5b5a0eb96ba90845f82e
tree4ebcfce55a8be44829222e7c863bd9dd8a62e9da
parenta51df8cefb17cdaea61a468076e0b67868439b4d
GDBusMessage: Don't reset serial number when copying

Ryan pointed out that it's safe to do this because we have the
G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL flag and that it simplifies
how filter functions work.

Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/gdbusconnection.h
gio/gdbusmessage.c
gio/gdbusprivate.c
gio/tests/gdbus-message.c