mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 04:34:04 +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_yield
|
||||||
g_thread_exit
|
g_thread_exit
|
||||||
|
|
||||||
<SUBSECTION>
|
|
||||||
G_LOCK_DEFINE
|
|
||||||
G_LOCK_DEFINE_STATIC
|
|
||||||
G_LOCK_EXTERN
|
|
||||||
G_LOCK
|
|
||||||
G_TRYLOCK
|
|
||||||
G_UNLOCK
|
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
GMutex
|
GMutex
|
||||||
g_mutex_init
|
g_mutex_init
|
||||||
@@ -606,6 +598,14 @@ g_mutex_lock
|
|||||||
g_mutex_trylock
|
g_mutex_trylock
|
||||||
g_mutex_unlock
|
g_mutex_unlock
|
||||||
|
|
||||||
|
<SUBSECTION>
|
||||||
|
G_LOCK_DEFINE
|
||||||
|
G_LOCK_DEFINE_STATIC
|
||||||
|
G_LOCK_EXTERN
|
||||||
|
G_LOCK
|
||||||
|
G_TRYLOCK
|
||||||
|
G_UNLOCK
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
GRecMutex
|
GRecMutex
|
||||||
g_rec_mutex_init
|
g_rec_mutex_init
|
||||||
|
Reference in New Issue
Block a user