[glib] Add an explicit deprecation note to g_thread_init



commit edfab83c07ccac635dae15f0b8ee30c662d239a3
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Dec 14 07:16:04 2011 -0500

    Add an explicit deprecation note to g_thread_init
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666145

 glib/deprecated/gthread-deprecated.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/glib/deprecated/gthread-deprecated.c b/glib/deprecated/gthread-deprecated.c
index b53dfce..13cd188 100644
--- a/glib/deprecated/gthread-deprecated.c
+++ b/glib/deprecated/gthread-deprecated.c
@@ -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.
  */
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]