Clarify a detail about g_object_set_data_full. (#343750, Christian

2006-12-28  Matthias Clasen  <mclasen@redhat.com>

        * gobject/tmpl/objects.sgml: Clarify a detail about
        g_object_set_data_full.  (#343750, Christian Neumair)
This commit is contained in:
Matthias Clasen 2006-12-29 05:10:50 +00:00 committed by Matthias Clasen
parent 5fef9365d8
commit b1e4310d6f
2 changed files with 8 additions and 0 deletions

View 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:

View 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