mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Move G_LOCK below GMutex in the docs
The flow is currently a bit wrong since G_LOCK makes reference to GMutex which was not yet defined, so switch things around.
This commit is contained in:
@@ -590,14 +590,6 @@ g_thread_join
|
||||
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
|
||||
@@ -606,6 +598,14 @@ g_mutex_lock
|
||||
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
|
||||
|
Reference in New Issue
Block a user