locks: drop _INIT macros
authorRyan Lortie <desrt@desrt.ca>
Mon, 3 Oct 2011 00:51:38 +0000 (20:51 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 3 Oct 2011 02:33:10 +0000 (22:33 -0400)
commit2a677d1370a1983c2c5e1a4a6dd5f0d9fa9868b3
treef4b8f8d45ab71e6ac93f662a98ae5363bc4a8b6e
parent3315aee70915deb12374ab1d6134e4414114bec3
locks: drop _INIT macros

All locks are now zero-initialised, so we can drop the G_*_INIT macros
for them.

Adjust various users around GLib accordingly and change the docs.

https://bugzilla.gnome.org/show_bug.cgi?id=659866
22 files changed:
docs/reference/glib/glib-sections.txt
gio/gunionvolumemonitor.c
glib/deprecated/gthread.h
glib/gbitlock.c
glib/glib-ctor.h
glib/gmem.c
glib/gmessages.c
glib/gslice.c
glib/gthread-posix.c
glib/gthread-win32.c
glib/gthread.c
glib/gthread.h
glib/gvarianttypeinfo.c
glib/tests/cond.c
glib/tests/mutex.c
glib/tests/private.c
glib/tests/rec-mutex.c
glib/tests/rwlock.c
gmodule/gmodule.c
gobject/gparam.c
gobject/gtype.c
tests/thread-test.c