GDBus: Add GDBusSendMessageFlags
authorDavid Zeuthen <davidz@redhat.com>
Mon, 19 Jul 2010 20:07:57 +0000 (16:07 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 19 Jul 2010 20:07:57 +0000 (16:07 -0400)
commit0b2b4deac549623beb90228a0ad36f8c2c315710
treed9a29fbbb1b19eea8257c9e03d89add59a8342b5
parent7190af4394541c1adbe87769f7bd6db030e33605
GDBus: Add GDBusSendMessageFlags

This is currently unused but might be useful in the future. For
example, it might be nice with a way to bypass the current queue of
outgoing messages - having a flag enumeration allows us to add a
G_DBUS_SEND_MESSAGE_FLAGS_BYPASS_QUEUE etc. etc.

This commit breaks ABI and API. Users of the (rarely used) API to send
messages will have to port to this new API.

Signed-off-by: David Zeuthen <davidz@redhat.com>
docs/reference/gio/gio-sections.txt
gio/gdbusconnection.c
gio/gdbusconnection.h
gio/gdbusmethodinvocation.c
gio/gioenums.h
gio/tests/gdbus-connection.c
gio/tests/gdbus-example-server.c
gio/tests/gdbus-example-unix-fd-client.c
gio/tests/gdbus-peer.c