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:
Matthias Clasen 2004-10-05 19:44:33 +00:00 committed by Matthias Clasen
parent 484ddc909f
commit 2118d96318
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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