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 9b7ee8a0707498f8e4c92affb6cc7104a683e081..18afe0076c1d6d971079ab5b5dfee5437d886346 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 90c5f7e5bcb7f99b5199a45d33e5a7ee71a5f379..a66181abfe5af8c6516d37a61743e86ba1b1ac19 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