Remove more read locks usage
authorBenjamin Otte <otte@gnome.org>
Thu, 24 Sep 2009 13:04:20 +0000 (15:04 +0200)
committerAlexander Larsson <alexl@redhat.com>
Mon, 30 Nov 2009 19:52:33 +0000 (20:52 +0100)
commitf0f32a7ef0f7ae8cdd2aa2992d2e116dd7b602fe
tree66a16cedc417917a5b7a34365eac7dde99065371
parent5cac5c828b9d56ed0b1932deb7364d6ba926eb96
Remove more read locks usage

g_type_default_interface_peek() and g_type_value_table_peek() don't need
to acquire read locks anymore when they test the refcount instead of
node->data.
gobject/gtype.c