Bug 559448 – GObject Reference Manual (typo)

2008-11-10  Behdad Esfahbod  <behdad@gnome.org>

        Bug 559448 – GObject Reference Manual (typo)

        * gobject/tut_gobject.xml: Fix typo. 


svn path=/trunk/; revision=7646
This commit is contained in:
Behdad Esfahbod 2008-11-10 14:37:21 +00:00 committed by Behdad Esfahbod
parent 41f169e1ee
commit d442b59022
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-11-10 Behdad Esfahbod <behdad@gnome.org>
Bug 559448 GObject Reference Manual (typo)
* gobject/tut_gobject.xml: Fix typo.
2008-11-03 Matthias Clasen <mclasen@redhat.com> 2008-11-03 Matthias Clasen <mclasen@redhat.com>
Bug 552776 ac_cv_func_posix_getgrgid_r not mentioned Bug 552776 ac_cv_func_posix_getgrgid_r not mentioned

View File

@ -623,7 +623,7 @@ g_value_unset (&amp;val);
<function><link linkend="object-set-property">object_set_property</link></function> which first walks the class hierarchy, <function><link linkend="object-set-property">object_set_property</link></function> which first walks the class hierarchy,
from bottom, most derived type, to top, fundamental type to find the class from bottom, most derived type, to top, fundamental type to find the class
which registered that property. It then tries to convert the user-provided GValue which registered that property. It then tries to convert the user-provided GValue
into a GValue whose type if that of the associated property. into a GValue whose type is that of the associated property.
</para> </para>
<para> <para>