mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Add an explicit deprecation note to g_thread_init
https://bugzilla.gnome.org/show_bug.cgi?id=666145
This commit is contained in:
parent
b386d9ffb7
commit
edfab83c07
@ -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.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user