Added g_static_mutex_init to allow initialization of a GStaticMutex, that
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 1 Feb 2001 09:37:28 +0000 (09:37 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 1 Feb 2001 09:37:28 +0000 (09:37 +0000)
commit5434105fcb432bd2549359e6e4d641d57ea6f632
tree67230f050ce15b621e486612ebf534b2d390b352
parentbf2b2fdfca36d6a9a36dce1a129e504e246bfabb
Added g_static_mutex_init to allow initialization of a GStaticMutex, that

2001-02-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gthread.c, gthread.h: Added g_static_mutex_init to allow
initialization of a GStaticMutex, that can not be initialized with
G_STATIC_MUTEX_INIT, for example in allocated structures.

* glib/tmpl/threads.sgml, glib/glib-sections.txt: Added
documentation for g_static_mutex_init().

WCVS: ----------------------------------------------------------------------
15 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/glib/glib-sections.txt
docs/reference/glib/tmpl/threads.sgml
glib/gthread.c
glib/gthread.h
gthread.c
gthread.h