Add a warning about g_thread_init invalidating timers. (#491218)

* glib/tmpl/timers.sgml: Add a warning about g_thread_init
invalidating timers. (#491218)

svn path=/trunk/; revision=6197
This commit is contained in:
Benjamin Otte
2007-12-24 09:47:31 +00:00
parent ca963dec51
commit fcf262e393
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2007-12-24 Benjamin Otte <otte@gnome.org>
* glib/tmpl/timers.sgml: Add a warning about g_thread_init
invalidating timers. (#491218)
2007-12-24 Mathias Hasselmann <mathias@openismus.com>
Fix typo in g_try_new0 docs (#505195, Felix Riemann).