reverted notify_mutex introduction, since this prevents parallelized
authorTim Janik <timj@gtk.org>
Sat, 30 Jul 2005 19:46:11 +0000 (19:46 +0000)
committerTim Janik <timj@src.gnome.org>
Sat, 30 Jul 2005 19:46:11 +0000 (19:46 +0000)
commitf0cfc267ba9d4366679fd485f363f9130433ef2e
tree63e7586a39fd5fa5e4d0080d8194f5fae47bd347
parent84132e92982af4a9c3cb5492ebdc79c268a44236
reverted notify_mutex introduction, since this prevents parallelized

Sat Jul 30 21:10:26 2005  Tim Janik  <timj@gtk.org>

        * gobject.c: reverted notify_mutex introduction, since this prevents
        parallelized setting of object properties on different objects, and
        serves no apparent purpose (to me at least).
        g_object_real_dispose(): removed non-atomic reference count
        modifications.
        g_object_unref(): make sure the closures array is destroyed when
        destroying signal handlers.

        * gparam.c: cosmetic changes.

        * gsignal.c: comment fixup. allow 16bit blocking count.

        * gsignal.c: reverted GClosure related changes.

        * gclosure.c: reverted premature commit of atomic reference
        counting attempt.
gobject/ChangeLog
gobject/gclosure.c
gobject/gobject.c
gobject/gparam.c
gobject/gsignal.c