GThread doc additions

This commit is contained in:
Matthias Clasen
2011-09-24 19:00:19 -04:00
parent df9e5c2435
commit d6b0af99d7
4 changed files with 458 additions and 58 deletions

View File

@@ -606,11 +606,35 @@ g_thread_foreach
<SUBSECTION>
GMutex
G_MUTEX_INIT
g_mutex_init
g_mutex_clear
g_mutex_new
g_mutex_free
g_mutex_lock
g_mutex_trylock
g_mutex_unlock
g_mutex_free
<SUBSECTION>
GRecMutex
G_REC_MUTEX_INIT
g_rec_mutex_init
g_rec_mutex_clear
g_rec_mutex_lock
g_rec_mutex_trylock
g_rec_mutex_unlock
<SUBSECTION>
GRWLock
G_RW_LOCK_INIT
g_rw_lock_init
g_rw_lock_clear
g_rw_lock_writer_lock
g_rw_lock_writer_trylock
g_rw_lock_writer_unlock
g_rw_lock_reader_lock
g_rw_lock_reader_trylock
g_rw_lock_reader_unlock
<SUBSECTION>
GStaticMutex
@@ -655,12 +679,16 @@ g_static_rw_lock_free
<SUBSECTION>
GCond
G_COND_INIT
g_cond_new
g_cond_signal
g_cond_broadcast
g_cond_free
g_cond_init
g_cond_clear
g_cond_wait
g_cond_timed_wait
g_cond_free
g_cond_timedwait
g_cond_signal
g_cond_broadcast
<SUBSECTION>
GPrivate
@@ -693,13 +721,8 @@ g_pointer_bit_trylock
g_pointer_bit_unlock
<SUBSECTION Private>
G_THREAD_ECF
G_THREAD_CF
G_THREAD_UF
g_static_mutex_get_mutex_impl
g_static_mutex_get_mutex_impl_shortcut
G_MUTEX_DEBUG_MAGIC
g_thread_init_with_errorcheck_mutexes
G_LOCK_NAME
glib_dummy_decl
GSystemThread