GDBusConnection: Don't store GCancellable in qdata
authorDavid Zeuthen <davidz@redhat.com>
Thu, 15 Mar 2012 18:04:39 +0000 (14:04 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 15 Mar 2012 18:04:39 +0000 (14:04 -0400)
commitf025c9c4f4803dd09dba12ca8f35692a0ea8050a
tree7bf93697557d6a83097f90a75eb48238de0ab2c1
parente3c7fdd7a47264c584f3f16e37d903a7d1f36f76
GDBusConnection: Don't store GCancellable in qdata

Now that we're using g_simple_async_result_set_check_cancellable() we
no longer need this terrible hack of carrying the GCancellable on the
GSimpleAsyncResult using qdata. See bug 672013 for more details.

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

Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/gdbusconnection.c