mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01: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:
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>
|
||||
|
||||
* 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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user