mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 06:13:29 +02:00
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:
committed by
Matthias Clasen
parent
5fef9365d8
commit
b1e4310d6f
@@ -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>
|
Wed Dec 27 15:56:53 2006 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* glib/tmpl/memory_slices.sgml:
|
* glib/tmpl/memory_slices.sgml:
|
||||||
|
@@ -880,6 +880,9 @@ Like g_object_set_data() except it adds notification
|
|||||||
for when the association is destroyed, either by setting it
|
for when the association is destroyed, either by setting it
|
||||||
to a different value or when the object is destroyed.
|
to a different value or when the object is destroyed.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
Note that the @destroy callback is not called if @data is %NULL.
|
||||||
|
</para>
|
||||||
|
|
||||||
@object: #GObject containing the associations
|
@object: #GObject containing the associations
|
||||||
@key: name of the key
|
@key: name of the key
|
||||||
|
Reference in New Issue
Block a user