From e76927006a6886b92e73eb25b5ed559485a83af0 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Thu, 6 Oct 2011 12:24:21 -0400 Subject: [PATCH] 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 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index 6178e6767..27eae3b9a 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -590,14 +590,6 @@ g_thread_join g_thread_yield g_thread_exit - -G_LOCK_DEFINE -G_LOCK_DEFINE_STATIC -G_LOCK_EXTERN -G_LOCK -G_TRYLOCK -G_UNLOCK - GMutex g_mutex_init @@ -606,6 +598,14 @@ g_mutex_lock g_mutex_trylock g_mutex_unlock + +G_LOCK_DEFINE +G_LOCK_DEFINE_STATIC +G_LOCK_EXTERN +G_LOCK +G_TRYLOCK +G_UNLOCK + GRecMutex g_rec_mutex_init