gcancellable: don't use g_cancellable_connect() in GCancellableSource
authorDan Winship <danw@gnome.org>
Sat, 2 Nov 2013 13:33:26 +0000 (09:33 -0400)
committerDan Winship <danw@gnome.org>
Mon, 11 Nov 2013 14:28:07 +0000 (09:28 -0500)
commitfff14a5b7cf62d176b20bb3bb2fa573f9f7bcd2d
tree6070b986ffa9a8b608b1dae2bbdf0dc4b96d7472
parentb4aee2a759898ce785675a158fc74963cc380317
gcancellable: don't use g_cancellable_connect() in GCancellableSource

g_cancellable_connect() is documented as calling its callback only
once, but GCancellableSource should trigger every time the cancellable
is cancelled.

https://bugzilla.gnome.org/show_bug.cgi?id=710691
https://bugzilla.gnome.org/show_bug.cgi?id=711286
gio/gcancellable.c