mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +02:00
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: ----------------------------------------------------------------------
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
bf2b2fdfca
commit
5434105fcb
@@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Wed Jan 31 13:46:58 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4 glib-gettext.m4: Fix problem with --disable-nls.
|
||||
|
Reference in New Issue
Block a user