mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Improve the docs for g_object_get_property(). (#153424, Stefan Kost)
2004-10-05 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/objects.sgml: Improve the docs for g_object_get_property(). (#153424, Stefan Kost)
This commit is contained in:
parent
484ddc909f
commit
2118d96318
@ -1,3 +1,8 @@
|
||||
2004-10-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gobject/tmpl/objects.sgml: Improve the docs for
|
||||
g_object_get_property(). (#153424, Stefan Kost)
|
||||
|
||||
2004-10-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gobject/tmpl/signals.sgml: Improve docs for
|
||||
|
@ -768,11 +768,11 @@ Gets a property of an object.
|
||||
</para>
|
||||
<para>
|
||||
In general, a copy is made of the property contents and the caller is
|
||||
responsible for freeing the memory in the appropriate manner for the type,
|
||||
for instance by calling g_free() or g_object_unref().
|
||||
responsible for freeing the memory by calling g_value_unset().
|
||||
</para>
|
||||
<para>
|
||||
See g_object_get().
|
||||
Note that g_object_get_property() is really intended for language
|
||||
bindings, g_object_get() is much more convenient for C programming.
|
||||
</para>
|
||||
|
||||
@object: a #GObject
|
||||
|
Loading…
Reference in New Issue
Block a user