Say that ref/unref are thread-safe now. (#322883, Christophe Fergeau)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 18 Apr 2006 18:36:44 +0000 (18:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 18 Apr 2006 18:36:44 +0000 (18:36 +0000)
2006-04-18  Matthias Clasen  <mclasen@redhat.com>

* gobject/tut_gobject.xml: Say that ref/unref are thread-safe now.
(#322883, Christophe Fergeau)

docs/reference/ChangeLog
docs/reference/gobject/tut_gobject.xml

index 6f74acb..e825507 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * gobject/tut_gobject.xml: Say that ref/unref are thread-safe now.  
+       (#322883, Christophe Fergeau)
+       
 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
 
        * gobject/tmpl/signals.sgml: Document class_offset 0.
index e790251..d928595 100644 (file)
@@ -323,7 +323,7 @@ void        g_object_run_dispose          (GObject        *object);
 
        <para>
          The functions <function><link linkend="g-object-ref">g_object_ref</link></function>/<function><link linkend="g-object-unref">g_object_unref</link></function> respectively 
-         increase and decrease the reference count. None of these function is thread-safe.
+         increase and decrease the reference count.These functions are thread-safe as of GLib 2.8.
          The reference count is, unsurprisingly, initialized to one by 
          <function><link linkend="g-object-new">g_object_new</link></function> which means that the caller
           is currenly the sole owner of the newly-created reference.