Add an explicit deprecation note to g_thread_init

https://bugzilla.gnome.org/show_bug.cgi?id=666145
This commit is contained in:
Matthias Clasen 2011-12-14 07:16:04 -05:00
parent b386d9ffb7
commit edfab83c07

View File

@ -174,6 +174,10 @@ gboolean g_threads_got_initialized = TRUE;
* gthread-2.0</command> outputs. This is not the case for all the
* other thread-related functions of GLib. Those can be used without
* having to link with the thread libraries.</para></note>
*
* Deprecated:2.32: This function is no longer necessary. The GLib
* threading system is automatically initialized at the start
* of your program.
*/
/**