notify: Make GObject property change notifications thread safe
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>
Thu, 22 Jul 2010 19:26:32 +0000 (21:26 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 22 Jul 2010 19:56:20 +0000 (21:56 +0200)
commit9026b11e380a9b6479c0fcb852a5aba297ed9dd4
tree3f3de6be44968b3601aa5bdf3e61aa881d36dbac
parent65797f7e54061a21866261d00a1c5533cd6a4f81
notify: Make GObject property change notifications thread safe

Adds locking around object property change notification handling. The
notifications are only emitted after all threads have called
g_object_thaw_notify().

https://bugzilla.gnome.org/show_bug.cgi?id=166020
gobject/gobjectnotifyqueue.c