Move G_LOCK below GMutex in the docs
authorRyan Lortie <desrt@desrt.ca>
Thu, 6 Oct 2011 16:24:21 +0000 (12:24 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 6 Oct 2011 16:24:21 +0000 (12:24 -0400)
The flow is currently a bit wrong since G_LOCK makes reference to GMutex
which was not yet defined, so switch things around.

docs/reference/glib/glib-sections.txt

index 6178e67..27eae3b 100644 (file)
@@ -591,14 +591,6 @@ g_thread_yield
 g_thread_exit
 
 <SUBSECTION>
-G_LOCK_DEFINE
-G_LOCK_DEFINE_STATIC
-G_LOCK_EXTERN
-G_LOCK
-G_TRYLOCK
-G_UNLOCK
-
-<SUBSECTION>
 GMutex
 g_mutex_init
 g_mutex_clear
@@ -607,6 +599,14 @@ g_mutex_trylock
 g_mutex_unlock
 
 <SUBSECTION>
+G_LOCK_DEFINE
+G_LOCK_DEFINE_STATIC
+G_LOCK_EXTERN
+G_LOCK
+G_TRYLOCK
+G_UNLOCK
+
+<SUBSECTION>
 GRecMutex
 g_rec_mutex_init
 g_rec_mutex_clear