mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 19:54:05 +02: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:
committed by
Matthias Clasen
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>
|
2004-10-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gobject/tmpl/signals.sgml: Improve docs for
|
* gobject/tmpl/signals.sgml: Improve docs for
|
||||||
|
@@ -768,11 +768,11 @@ Gets a property of an object.
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
In general, a copy is made of the property contents and the caller is
|
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,
|
responsible for freeing the memory by calling g_value_unset().
|
||||||
for instance by calling g_free() or g_object_unref().
|
|
||||||
</para>
|
</para>
|
||||||
<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>
|
</para>
|
||||||
|
|
||||||
@object: a #GObject
|
@object: a #GObject
|
||||||
|
Reference in New Issue
Block a user