mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
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:
parent
41f169e1ee
commit
d442b59022
@ -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>
|
||||
|
||||
Bug 552776 – ac_cv_func_posix_getgrgid_r not mentioned
|
||||
|
@ -623,7 +623,7 @@ g_value_unset (&val);
|
||||
<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
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user