GMain, ThreadPool: embed GCond in struct
authorRyan Lortie <desrt@desrt.ca>
Tue, 4 Oct 2011 03:52:13 +0000 (23:52 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 4 Oct 2011 15:13:46 +0000 (11:13 -0400)
commit518feb45eb1522f3e80125372d78b225b4e2e6e1
tree6d7622a3bf6946bcd5b2cb02b8f56e966f12d7b0
parent19cd57d4f3d1da19b3792f6294d354c2b3c70b85
GMain, ThreadPool: embed GCond in struct

Use an embedded GCond and g_cond_init()/clear() instead of a pointer
with g_cond_new() and _free().

https://bugzilla.gnome.org/show_bug.cgi?id=660739
glib/gmain.c
glib/gthreadpool.c