[glib] Move G_LOCK below GMutex in the docs
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Move G_LOCK below GMutex in the docs
- Date: Thu, 6 Oct 2011 16:25:07 +0000 (UTC)
commit e76927006a6886b92e73eb25b5ed559485a83af0
Author: Ryan Lortie <desrt desrt ca>
Date: Thu Oct 6 12:24:21 2011 -0400
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.
docs/reference/glib/glib-sections.txt | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt
index 6178e67..27eae3b 100644
--- a/docs/reference/glib/glib-sections.txt
+++ b/docs/reference/glib/glib-sections.txt
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]