X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Freference%2Fgobject%2Ftmpl%2Fobjects.sgml;h=0f3f4cc324b3836ecbee26ae9f032e579a511340;hb=2118d96318c2cadce565509f62d90a8cf229a3a1;hp=2d16e5d2cbe8d295ec2a81335ed250ceb69482e6;hpb=484ddc909fd581c8338e0da53faec8868258be28;p=platform%2Fupstream%2Fglib.git diff --git a/docs/reference/gobject/tmpl/objects.sgml b/docs/reference/gobject/tmpl/objects.sgml index 2d16e5d..0f3f4cc 100644 --- a/docs/reference/gobject/tmpl/objects.sgml +++ b/docs/reference/gobject/tmpl/objects.sgml @@ -768,11 +768,11 @@ Gets a property of an object. 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(). -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. @object: a #GObject