gio: GCancellable can be used concurrently
authorStef Walter <stefw@collabora.co.uk>
Fri, 12 Aug 2011 09:49:31 +0000 (11:49 +0200)
committerStef Walter <stefw@collabora.co.uk>
Fri, 19 Aug 2011 09:13:37 +0000 (11:13 +0200)
commit54579bf88f2af4056fd19e539cc336bd17baea18
tree6bd4362855c03618fffef24821ea509728f24dd2
parentc3fd789bb759aefb6fda144b953c2d09fc0dc20d
gio: GCancellable can be used concurrently

 * Update documentation to note that GCancellable can be used
   concurrently by multiple operations.
 * Add documentation to g_cancellable_reset that behavior is
   undefined if called from within cancelled handler.
 * Add test for multiple concurrent operations using the same
   cancellable.

https://bugzilla.gnome.org/show_bug.cgi?id=656387
gio/gcancellable.c
gio/tests/.gitignore
gio/tests/Makefile.am
gio/tests/cancellable.c [new file with mode: 0644]