Bug 585189 – g_cancellable_reset() must be called in same thread ...
authorBenjamin Otte <otte@gnome.org>
Tue, 9 Jun 2009 08:54:22 +0000 (10:54 +0200)
committerBenjamin Otte <otte@gnome.org>
Tue, 9 Jun 2009 10:19:24 +0000 (12:19 +0200)
commitced88fd0de4aedb537552561582875b427081eeb
tree86809c9d989229866eec48fe0cf04ee649fea0aa
parent7d4b7063057a9473491141e4d26fbcec17bb83ec
Bug 585189 – g_cancellable_reset() must be called in same thread ...

... as g_cancellable_cancel()
Rework a g_critical() that would (rarely) trigger when _reset() was
called in a thread different from _cancel() by making _reset() wait for
the cancel function to be finished the same way
g_cancellable_disconnect() uses.
gio/gcancellable.c