Bug 528648 – Extra >s in Object Construction section...

* gobject/tut_howto.xml: Fix a formatting glitch


svn path=/trunk/; revision=6900
This commit is contained in:
Matthias Clasen 2008-05-17 05:56:29 +00:00
parent ce40942306
commit 537075e94c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-05-17 Matthias Clasen <mclasen@redhat.com>
Bug 528648 Extra >s in Object Construction section...
* gobject/tut_howto.xml: Fix a formatting glitch
2008-05-14 Tor Lillqvist <tml@novell.com>
* glib/tmpl/spawn.sgml: Don't mention fork()/exec() in the short

View File

@ -318,7 +318,7 @@ maman_bar_get_type (void)
<para>
Construction properties will be set only after all instance_init functions have run.
No object reference will be returned to the client of <function><link linkend="g-object-new>">g_object_new></link></function>
No object reference will be returned to the client of <function><link linkend="g-object-new">g_object_new</link></function>
until all the construction properties have been set.
</para>