GCancellable: use GCond and GMutex directly
authorRyan Lortie <desrt@desrt.ca>
Tue, 4 Oct 2011 03:33:57 +0000 (23:33 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 4 Oct 2011 15:13:46 +0000 (11:13 -0400)
commit19cd57d4f3d1da19b3792f6294d354c2b3c70b85
treee7af1c847998887f5bf9d2b23b164d6131905524
parent5f48e2cde5cb2871abb4e07b16140f52244d36ff
GCancellable: use GCond and GMutex directly

Use a statically-allocated GCond and directly use GMutex instead of
making use of the undocumented G_LOCK_NAME() macro.

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