summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-10-02 20:51:38 -0400
committerRyan Lortie <desrt@desrt.ca>2011-10-02 22:33:10 -0400
commit2a677d1370a1983c2c5e1a4a6dd5f0d9fa9868b3 (patch)
treef4b8f8d45ab71e6ac93f662a98ae5363bc4a8b6e /docs
parent3315aee70915deb12374ab1d6134e4414114bec3 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/glib/glib-sections.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt
index c60c16c2e..d06d5bd81 100644
--- a/docs/reference/glib/glib-sections.txt
+++ b/docs/reference/glib/glib-sections.txt
@@ -605,7 +605,6 @@ g_thread_foreach
<SUBSECTION>
GMutex
-G_MUTEX_INIT
g_mutex_init
g_mutex_clear
g_mutex_new
@@ -616,7 +615,6 @@ g_mutex_unlock
<SUBSECTION>
GRecMutex
-G_REC_MUTEX_INIT
g_rec_mutex_init
g_rec_mutex_clear
g_rec_mutex_lock
@@ -625,7 +623,6 @@ g_rec_mutex_unlock
<SUBSECTION>
GRWLock
-G_RW_LOCK_INIT
g_rw_lock_init
g_rw_lock_clear
g_rw_lock_writer_lock
@@ -678,7 +675,6 @@ g_static_rw_lock_free
<SUBSECTION>
GCond
-G_COND_INIT
g_cond_new
g_cond_free
g_cond_init