GDBus: set no-reply flag on calls with no callback
authorRyan Lortie <desrt@desrt.ca>
Fri, 16 Mar 2012 17:32:38 +0000 (13:32 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 19 Mar 2012 16:41:23 +0000 (12:41 -0400)
commit2afbc425eb24f21c598636e5037782cb8a1870ea
tree23b0595938caf9df8e678e0cd683043c4c08c95d
parentc3125ee36d47e71d27906b88eed68b0b9c9b9e0c
GDBus: set no-reply flag on calls with no callback

If g_dbus_connection_call() or g_dbus_proxy_call() are given a NULL
callback then set the no-reply flag on the outgoing D-Bus message.

https://bugzilla.gnome.org/show_bug.cgi?id=672239
gio/gdbusconnection.c
gio/gdbusproxy.c