Clarify a detail about g_object_set_data_full. (#343750, Christian
authorMatthias Clasen <mclasen@redhat.com>
Fri, 29 Dec 2006 05:10:50 +0000 (05:10 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 29 Dec 2006 05:10:50 +0000 (05:10 +0000)
2006-12-28  Matthias Clasen  <mclasen@redhat.com>

        * gobject/tmpl/objects.sgml: Clarify a detail about
        g_object_set_data_full.  (#343750, Christian Neumair)

docs/reference/ChangeLog
docs/reference/gobject/tmpl/objects.sgml

index 9b7ee8a..18afe00 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gobject/tmpl/objects.sgml: Clarify a detail about
+       g_object_set_data_full.  (#343750, Christian Neumair)
+
 Wed Dec 27 15:56:53 2006  Tim Janik  <timj@gtk.org>
 
        * glib/tmpl/memory_slices.sgml: 
index 90c5f7e..a66181a 100644 (file)
@@ -880,6 +880,9 @@ Like g_object_set_data() except it adds notification
 for when the association is destroyed, either by setting it 
 to a different value or when the object is destroyed.
 </para>
+<para>
+Note that the @destroy callback is not called if @data is %NULL.
+</para>
 
 @object: #GObject containing the associations
 @key: name of the key