GDBus: Make message serialization routines take capabilities param
authorDavid Zeuthen <davidz@redhat.com>
Thu, 13 May 2010 18:01:41 +0000 (14:01 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 13 May 2010 18:03:58 +0000 (14:03 -0400)
commit33952347ff9bc2875e7e1a2709566b38fc391bda
treead38bd46b20d72a9d88d88f4a55acc98bb8766f9
parent107b4d4bae7dba4281bfaa0bef827f7b2376946a
GDBus: Make message serialization routines take capabilities param

This is needed to e.g. allow encoding maybe types (once we add
G_DBUS_CAPABILITY_FLAGS_MAYBE_TYPES) if, and only if, that capability
has been negotiated with the peer (via authentication).
gio/gdbusconnection.c
gio/gdbusmessage.c
gio/gdbusmessage.h
gio/gdbusprivate.c
gio/tests/gdbus-serialization.c