Bug 624546 – Modification of GDBusMessage in filter function
authorDavid Zeuthen <davidz@redhat.com>
Fri, 6 Aug 2010 00:37:27 +0000 (20:37 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Fri, 6 Aug 2010 00:37:27 +0000 (20:37 -0400)
commit3ff9894826215790fdd6c8b53584f94a7172c39f
treec2eea12fae98022be627ca19e20f49b321991b2b
parent6d359d60290f5651b868d326e1e9514f68dfaa32
Bug 624546 – Modification of GDBusMessage in filter function

Allow modifying a GDBusMessage in a filter function and also add tests
for this. This breaks API but leaves ABI (almost) intact - at least
dconf's GSettings backend (the only big user I know of) will keep
working.

https://bugzilla.gnome.org/show_bug.cgi?id=624546

Signed-off-by: David Zeuthen <davidz@redhat.com>
docs/reference/gio/gio-sections.txt
gio/gdbusconnection.c
gio/gdbusconnection.h
gio/gdbusprivate.c
gio/gdbusprivate.h
gio/gio.symbols
gio/gioenums.h
gio/tests/gdbus-connection.c
gio/tests/gdbus-peer.c