Warn about the consequences of not calling g_thread_init() first, if it

2008-08-15  Tor Lillqvist  <tml@novell.com>

	* glib/tmpl/threads.sgml: Warn about the consequences of not
	calling g_thread_init() first, if it will be called at all. Advice
	calling it if using random GLib-based libraries.


svn path=/trunk/; revision=7355
This commit is contained in:
Tor Lillqvist
2008-08-14 21:46:56 +00:00
committed by Tor Lillqvist
parent 1ed80d309a
commit 034b4a5aa7
2 changed files with 24 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2008-08-15 Tor Lillqvist <tml@novell.com>
* glib/tmpl/threads.sgml: Warn about the consequences of not
calling g_thread_init() first, if it will be called at all. Advice
calling it if using random GLib-based libraries.
2008-08-11 Matthias Clasen <mclasen@redhat.com>
Bug 547262 Missing link in the docs